This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- DOCUMENTATION: https://ic3w0lf22.gitbook.io/roblox-account-manager/ | |
local Account = {} Account.__index = Account | |
local WebserverSettings = { | |
Port = '7963', | |
Password = '' | |
} | |
function WebserverSettings:SetPort(Port) self.Port = Port end |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[19:47:22] [main/INFO]: ModLauncher running: args [--username, TimLiz, --version, forge-36.2.0, --gameDir, C:\curseforge\Instances\Valhelsia 3 - 1.16, --assetsDir, C:\curseforge\Install\assets, --assetIndex, 1.16, --uuid, 28baee017b0e42dca3a272702ce7acad, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1024, --height, 768, --launchTarget, fmlclient, --fml.forgeVersion, 36.2.0, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20210115.111550] | |
[19:47:22] [main/INFO]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 1.8.0_51 by Oracle Corporation | |
[19:47:22] [main/WARN]: LEGACY JDK DETECTED, SECURED JAR HANDLING DISABLED | |
[19:47:22] [main/INFO]: OptiFineTransformationService.onLoad | |
[19:47:22] [main/INFO]: OptiFine ZIP file: C:\curseforge\Instances\Valhelsia 3 - 1.16\mods\OptiFine_1.16.5_HD_U_G7 (3).jar | |
[19:47:22] [main/INFO]: Target.PRE_CLASS is available | |
[19:47:22] [main/INFO]: Added Lets Encrypt root certificates as additional trust | |
[19:47:2 |