All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
58 lines
3.1 KiB
YAML
58 lines
3.1 KiB
YAML
en:
|
|
PREFIX: "[BwB]"
|
|
SUCCESS_COPY: "Book copied!"
|
|
SUCCESS_CLEARED: "Book cleared!"
|
|
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_NOT_HOLDING_ANY_BOOK: "You must be holding a book to perform this command"
|
|
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: |
|
|
Book not copied!
|
|
Number specified was invalid!
|
|
ERROR_BOOK_COPIED_TOO_FAR: "You cannot copy this book any further. You must have the original or a direct copy."
|
|
ERROR_INVENTORY_FULL: "You need an available slot in your inventory."
|
|
ERROR_METADATA_MISSING: "Unable to get metadata for the held book!"
|
|
ERROR_VAULT_COST_BUT_UNAVAILABLE: "&4The cost was set to economy, but Vault is unavailable!"
|
|
ERROR_DECRYPT_MISSING_KEY: "No decryption password given!"
|
|
ERROR_DECRYPT_FAILED: "Failed to decrypt book!"
|
|
ERROR_ENCRYPTED_DIRECTORY_EMPTY_OR_MISSING: "Could not find any encrypted files!"
|
|
ERROR_ENCRYPTED_BOOK_UNKNOWN: "No matching encrypted book found!"
|
|
ERROR_DELETE_EMPTY: "No files available to delete!"
|
|
ERROR_INCORRECT_FILE_NAME: "Incorrect file name!"
|
|
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
|
|
{} denote required permission
|
|
In some cases, commands with required parameters can be called with no parameters
|
|
{bookPrice}&eCommands:
|
|
{commands}
|
|
NEUTRAL_COMMANDS_BOOK_PRICE_ECO: "\n&c[{price} is required to create a book]"
|
|
NEUTRAL_COMMANDS_BOOK_PRICE_ITEM: "&c[{quantity} {type} (s) are required to create a book]\n"
|
|
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" |