Add unlockall command to unlock all openstates

This commit is contained in:
Melledy
2022-07-22 09:26:00 -07:00
parent 705bee0595
commit e5ff253624
3 changed files with 53 additions and 1 deletions

View File

@@ -326,6 +326,10 @@
"invalid_time": "Unable to parse timestamp.",
"description": "Ban a player"
},
"unlockall": {
"success": "Unlocked all open states for %s.",
"description": "Unlocks all open states for a player."
},
"unban": {
"success": "Successful.",
"failure": "Failed, player not found.",