add: maintenance config

This commit is contained in:
Linventif 2024-02-27 23:56:13 +01:00
parent de0588d02c
commit 7dea7d5cce
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -29,6 +29,7 @@ gmInte.config.token = "" // Server Token
// Other // Other
gmInte.config.forcePlayerLink = false // If true, the addon will force the players to link their discord account to their steam account before playing gmInte.config.forcePlayerLink = false // If true, the addon will force the players to link their discord account to their steam account before playing
gmInte.config.supportLink = "" // The link of your support (shown when a player do not have the requiments to join the server) gmInte.config.supportLink = "" // The link of your support (shown when a player do not have the requiments 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
// //
// Syncronization // Syncronization