* Localize respawn command, allow for it to use userids, and make it use [Dependency] attributes * Make respawn verb available for offline players * Make erase available for offline players A thousand admins rejoice * Reorder verbs in code * Add erase command * Fix localisation for erase command * Address reviews and add completion to respawn command * Complete reviews which I forgor
10 lines
439 B
Plaintext
10 lines
439 B
Plaintext
cmd-respawn-desc = Respawns a player, kicking them back to the lobby.
|
|
cmd-respawn-help = respawn [player or UserId]
|
|
|
|
cmd-respawn-invalid-args = Must provide <= 1 argument.
|
|
cmd-respawn-no-player = If not a player, an argument must be given.
|
|
cmd-respawn-unknown-player = Unknown player
|
|
cmd-respawn-player-not-online = Player is not currently online, but they will respawn if they come back online
|
|
|
|
cmd-respawn-player-completion = <Username>
|