2021-06-21 02:13:54 +02:00
|
|
|
### for technical and/or system messages
|
|
|
|
|
|
|
|
|
|
## General
|
|
|
|
|
|
|
|
|
|
shell-server-cannot = Server cannot do this.
|
|
|
|
|
shell-command-success = Command successful
|
|
|
|
|
shell-invalid-command = Invalid command.
|
2021-07-10 10:14:06 +02:00
|
|
|
shell-invalid-command-specific = Invalid {$commandName} command.
|
2021-10-13 12:15:28 -05:00
|
|
|
shell-cannot-run-command-from-server = You cannot run this command from the server.
|
2021-06-21 02:13:54 +02:00
|
|
|
shell-only-players-can-run-this-command = Only players can run this command.
|
2022-09-01 03:25:05 +01:00
|
|
|
shell-must-be-attached-to-entity = You must be attached to an entity to run this command.
|
2021-06-21 02:13:54 +02:00
|
|
|
|
|
|
|
|
## Arguments
|
|
|
|
|
|
|
|
|
|
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.
|
2022-07-17 01:34:43 +03:00
|
|
|
shell-argument-must-be-boolean = Argument must be a boolean.
|
2021-06-21 02:13:54 +02:00
|
|
|
shell-wrong-arguments-number = Wrong number of arguments.
|
|
|
|
|
shell-need-between-arguments = Need {$lower} to {$upper} arguments!
|
2023-10-21 14:57:51 -07:00
|
|
|
shell-need-minimum-arguments = Need at least {$minimum} arguments!
|
|
|
|
|
shell-need-minimum-one-argument = Need at least one argument!
|
2021-06-21 02:13:54 +02:00
|
|
|
|
2023-02-16 18:36:10 -06:00
|
|
|
shell-argument-uid = EntityUid
|
|
|
|
|
|
2021-06-21 02:13:54 +02:00
|
|
|
## Guards
|
|
|
|
|
|
|
|
|
|
shell-entity-is-not-mob = Target entity is not a mob!
|
|
|
|
|
shell-invalid-entity-id = Invalid entity ID.
|
2022-03-09 13:59:44 -06:00
|
|
|
shell-invalid-grid-id = Invalid grid ID.
|
2022-03-12 16:20:31 -06:00
|
|
|
shell-invalid-map-id = Invalid map ID.
|
2021-06-21 02:13:54 +02:00
|
|
|
shell-invalid-entity-uid = {$uid} is not a valid entity uid
|
2022-07-01 15:46:37 -05:00
|
|
|
shell-invalid-bool = Invalid boolean.
|
2021-06-21 02:13:54 +02:00
|
|
|
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}
|
2022-06-11 18:54:58 -07:00
|
|
|
shell-entity-with-uid-lacks-component = Entity with uid {$uid} doesn't have {INDEFINITE($componentName)} {$componentName} component
|
2021-06-21 02:13:54 +02:00
|
|
|
shell-invalid-color-hex = Invalid color hex!
|
|
|
|
|
shell-target-player-does-not-exist = Target player does not exist!
|
2022-06-11 18:54:58 -07:00
|
|
|
shell-target-entity-does-not-have-message = Target entity does not have {INDEFINITE($missing)} {$missing}!
|
2021-10-13 12:15:28 -05:00
|
|
|
shell-timespan-minutes-must-be-correct = {$span} is not a valid minutes timespan.
|
2023-05-16 06:36:45 -05:00
|
|
|
shell-argument-must-be-prototype = Argument {$index} must be a {LOC($prototypeName)}!
|
2021-11-27 00:43:43 -06:00
|
|
|
shell-argument-number-must-be-between = Argument {$index} must be a number between {$lower} and {$upper}!
|
|
|
|
|
shell-argument-station-id-invalid = Argument {$index} must be a valid station id!
|
2022-03-12 16:20:31 -06:00
|
|
|
shell-argument-map-id-invalid = Argument {$index} must be a valid map id!
|
|
|
|
|
shell-argument-number-invalid = Argument {$index} must be a valid number!
|
2023-06-28 14:47:46 +01:00
|
|
|
|
|
|
|
|
# Hints
|
|
|
|
|
shell-argument-username-hint = <username>
|
2024-03-31 04:05:44 +02:00
|
|
|
shell-argument-username-optional-hint = [username]
|