[Rules] Add rule 'GM:MinStatusToBypassLockedServer' (#1330)

* Add rule 'GM:MinStatusToBypassLockedServer'
Default Status: 100
Description: Players >= this status can log in to the server even when it is locked

* Add rule 'GM:MinStatusToBypassLockedServer'
Default Status: 100
Description: Players >= this status can log in to the server even when it is locked
This commit is contained in:
splose
2021-04-22 23:42:14 -04:00
committed by GitHub
parent 0f23bd24cc
commit 5893730704
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -209,6 +209,7 @@ RULE_CATEGORY(GM)
RULE_INT(GM, MinStatusToSummonItem, 250, "Minimum required status to summon items")
RULE_INT(GM, MinStatusToZoneAnywhere, 250, "Minimum required status to zone anywhere")
RULE_INT(GM, MinStatusToLevelTarget, 100, "Minimum required status to set the level of a player")
RULE_INT(GM, MinStatusToBypassLockedServer, 100, "Players >= this status can log in to the server even when it is locked")
RULE_CATEGORY_END()
RULE_CATEGORY(World)