Implements panic bunkering. (#9315)

* Implements panic bunkering.
Helps with raid management, esp with unknown accounts.

* adds an enable/disable command.
This commit is contained in:
Moony
2022-07-01 15:46:37 -05:00
committed by GitHub
parent 2284412def
commit 8e90bf46e9
6 changed files with 60 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ command-kicknonwhitelisted-description = Kicks all non-whitelisted players from
command-kicknonwhitelisted-help = kicknonwhitelisted
soft-player-cap-full = The server is full!
panic-bunker-account-denied = This server is in Panic mode and you were rejected. Contact the server administrator for help.

View File

@@ -24,6 +24,7 @@ shell-invalid-entity-id = Invalid entity ID.
shell-invalid-grid-id = Invalid grid ID.
shell-invalid-map-id = Invalid map ID.
shell-invalid-entity-uid = {$uid} is not a valid entity uid
shell-invalid-bool = Invalid boolean.
shell-entity-uid-must-be-number = EntityUid must be a number.
shell-could-not-find-entity = Could not find entity {$entity}
shell-could-not-find-entity-with-uid = Could not find entity with uid {$uid}