Refactor set alert level command (#9794)

This commit is contained in:
Morber
2022-07-17 01:34:43 +03:00
committed by GitHub
parent 058d8371d9
commit 700f4aff57
3 changed files with 60 additions and 18 deletions

View File

@@ -14,6 +14,7 @@ shell-only-players-can-run-this-command = Only players can run this command.
shell-need-exactly-one-argument = Need exactly one argument.
shell-wrong-arguments-number-need-specific = Need {$properAmount} arguments, there were {$currentAmount}.
shell-argument-must-be-number = Argument must be a number.
shell-argument-must-be-boolean = Argument must be a boolean.
shell-wrong-arguments-number = Wrong number of arguments.
shell-need-between-arguments = Need {$lower} to {$upper} arguments!