-
Notifications
You must be signed in to change notification settings - Fork 46
Configuration Manager and Template
Firjen edited this page Aug 27, 2021
·
2 revisions
BLA BLA BLA
BLA BLA BLA
String | Type | Description | Required |
---|---|---|---|
enabled | bool | - | YES |
id | string | Content Cell | YES |
String | Type | Description | Required |
---|---|---|---|
enabled | bool | - | YES |
id | string | Content Cell | YES |
minVer | int | Content Cell | NO - Only applies when provided |
maxVer | int | Content Cell | NO - Only applies when provided |
ConfigTemplate = {
AUTO_UPDATER = {
enabled = true, -- When false, it'll still be created but cannot be modified by the end-user.
id = "auto_updater", -- A label used for languageId but also internal stuff
-- Is the auto updater to check for newer versions enabled?
ENABLED_VERSION = {
enabled = true,
labelId = "check_update",
minVersion = 1 -- The minimum required version (Registry.VERSION.VERSION_ID) version. If the client is running a version below this it won't be added to the database or be visible.
maxVersion = 3 -- The maximum required version, used for deprecation (eg. if a user is running version 5, it'll remove it from the database).
val = {
}
}
}
}
Download latest release⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ToDo⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Bugs & Issues