Replaces static strings for some commands
This commit is contained in:
@@ -5,10 +5,18 @@ en:
|
||||
SUCCESS_DECRYPTED: "Book decrypted!"
|
||||
SUCCESS_AUTO_DECRYPTED: "Book auto-decrypted!"
|
||||
SUCCESS_DELETED: "\"{file}\" deleted successfully"
|
||||
SUCCESS_FORMATTED: "Book formatted!"
|
||||
SUCCESS_GIVE_SENT: "Book sent!"
|
||||
SUCCESS_GIVE_RECEIVED: "Book received!"
|
||||
ERROR_PLAYER_ONLY: "This command can only be used by a player!"
|
||||
ERROR_NOT_HOLDING_WRITTEN_BOOK: "You must be holding a written book to {action} it!"
|
||||
ERROR_NOT_HOLDING_WRITABLE_BOOK: "You must be holding a writable book to {action} it!"
|
||||
ERROR_ONLY_ONE_BOOK: "You cannot {action} two books at once!"
|
||||
ACTION_COPY: "copy"
|
||||
ACTION_CLEAR: "clear"
|
||||
ACTION_DECRYPT: "decrypt"
|
||||
ACTION_ENCRYPT: "encrypt"
|
||||
ACTION_FORMAT: "format"
|
||||
ERROR_COPY_COUNT_NOT_SPECIFIED: "You must specify the number of copies to be made!"
|
||||
ERROR_COPY_NEGATIVE_AMOUNT: "Number of copies must be larger than 0!"
|
||||
ERROR_COPY_INVALID_AMOUNT: |
|
||||
@@ -27,6 +35,13 @@ en:
|
||||
ERROR_DELETE_FAILED_SILENT: "Deletion failed without an exception!"
|
||||
ERROR_DELETE_FAILED_EXCEPTION: "Deletion failed!"
|
||||
ERROR_ENCRYPT_NO_KEY: "You must specify a key to encrypt a book!"
|
||||
ERROR_ENCRYPT_EMPTY: "Book must have contents to encrypt!"
|
||||
ERROR_TOO_MANY_ARGUMENTS_COMMAND: "You have given too many arguments for this command!"
|
||||
ERROR_GIVE_NO_RECIPIENT: "You have not specified the recipient of the book!"
|
||||
ERROR_GIVE_RECIPIENT_UNKNOWN: "Player not found!"
|
||||
ERROR_GIVE_RECIPIENT_FULL: "Receiving player must have space in their inventory to receive books!"
|
||||
ERROR_GIVE_INVALID_COPIES_AMOUNT: "Invalid number of book copies specified!"
|
||||
ERROR_GIVE_LOAD_FAILED: "Book failed to load!"
|
||||
NEUTRAL_COMMANDS_HEADER: |
|
||||
&e[] denote optional parameters
|
||||
<> denote required parameters
|
||||
@@ -39,7 +54,4 @@ en:
|
||||
NEUTRAL_COMMANDS_COMMAND: "\n \n&e{usage}: &a{description}"
|
||||
NEUTRAL_COMMANDS_COMMAND_NO_PERMISSION_REQUIRED: "None"
|
||||
NEUTRAL_COMMANDS_COMMAND_PERMISSION: " &7{{permission}}"
|
||||
NEUTRAL_UNKNOWN_AUTHOR: "Unknown"
|
||||
ACTION_COPY: "copy"
|
||||
ACTION_CLEAR: "clear"
|
||||
ACTION_DECRYPT: "decrypt"
|
||||
NEUTRAL_UNKNOWN_AUTHOR: "Unknown"
|
Reference in New Issue
Block a user