Coniguration - Dot-lua/Runtime GitHub Wiki

Location

Your Config is located at c:/SomeFolder/Dot-Lua/Config/

VersionData.json

GetRemote

Default: true

Checks if the Runtime is running the latest release

Tag-Version

Default: Your runtime version

Is the stored runtime version DO NOT CHANGE

LastGotten

Default: Last time the remote version was gotten in seconds

Raw

{
    "Tag-Version": "69.69.69",
    "GetRemote": true,
    "_comment": "Read https://github.com/Dot-lua/Runtime/wiki/Coniguration First!",
    "NotCorrected": true,
    "LastGotten": 1622710529
}

Development.json

Debug

Default: false

if set to true the runtime logger will output a LOT of debug

Raw

{
    "Debug": false
}