mirror of
https://github.com/gmod-integration/lua.git
synced 2025-07-07 11:03:58 +00:00
feat: add dllBranch configuration for gmod integration
This commit is contained in:
parent
b78b8a1cad
commit
241d8424e1
|
@ -39,6 +39,7 @@ gmInte.config.supportLink = "" // The link of your support (shown when a player
|
||||||
gmInte.config.maintenance = false // If true, the addon will only allow the players with the "gmod-integration.maintenance" permission to join the server
|
gmInte.config.maintenance = false // If true, the addon will only allow the players with the "gmod-integration.maintenance" permission to join the server
|
||||||
gmInte.config.language = "en" // The language of the addon (en, fr, de, es, it, tr, ru)
|
gmInte.config.language = "en" // The language of the addon (en, fr, de, es, it, tr, ru)
|
||||||
gmInte.config.logTimestamp = "%H:%M:%S" // The timestamp format of the logs
|
gmInte.config.logTimestamp = "%H:%M:%S" // The timestamp format of the logs
|
||||||
|
gmInte.config.dllBranch = "main" // The download branch of gmod integration via dll (Use at your own risk, this is not recommended for production servers)
|
||||||
gmInte.config.adminRank = {
|
gmInte.config.adminRank = {
|
||||||
// How can edit the configuration of the addon / bypass the maintenance mode
|
// How can edit the configuration of the addon / bypass the maintenance mode
|
||||||
["superadmin"] = true,
|
["superadmin"] = true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user