Advertisement
Twoaster

Default messages.yml

Feb 3rd, 2020
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.53 KB | None | 0 0
  1. no_permission: "§cYou do not have the permission to execute that command."
  2. no_permission_click: "§cYou do not have the permission to cash the check via clicking."
  3. not_enough_money: "§cYou do not have enough money to create that cheque."
  4. command_doesnt_exist: "§cThat command does not exist."
  5. inventory_full: "§cYour inventory is full."
  6. only_players_can_execute: "§cOnly players can execute that command."
  7. target_is_offline: "§cThe target player could not be found."
  8. cannot_send_to_self: "§cYou can not send cheques to yourself."
  9.  
  10. memo_already_empty: "§cThe memo is already empty."
  11. memo_too_long: "§cThere is not enough space for that memo."
  12.  
  13. invalid_cheque: "§cThat is not a valid cheque."
  14. invalid_cheque_value: "§cThat is not a valid cheque value."
  15. cheque_not_worth_enough: "§cCheques need to be worth at least %min%." # %min% will be replaced with the minimum value of the cheque
  16.  
  17.  
  18. cheque_created: "§aCreated a new cheque."
  19. cheque_memo_changed: "§aMemo has successfully been set."
  20. cheque_sent: "§aA cheque has been sent to %target%."      # %target% will be replaced with the player the cheque has been sent to
  21. cheque_cashed: "§aYou have cashed a check worth %worth%." # %worth% will be replaced with the amount the cheque was worth
  22. cheque_cashed_multiple: "§aYou have cashed %count% cheques worth %worth%. §7(total: %total%)" # %worth% will be replaced with the amount the cheque was worth, %count% is the amount of cheque cashed, %total% is the total worth (worth multiplied by count)
  23.  
  24.  
  25. cheque_name: "§aCheck of §2%worth%"  # %worth% will be replaced with the amount the cheque is worth
  26.  
  27. worth_line: "§eValue: §2%worth%"     # %worth% will be replaced with the amount the cheque is worth
  28. memo_line: "§eMemo: §f%memo%"        # %memo% will be replaced with the memo
  29. signer_line: "§eSigner: §f%signer%"  # %signer% will be replaced with the signer
  30.  
  31.  
  32. unknown_sender: "§oUnknown"
  33. console_sender: "§oServer"
  34.  
  35.  
  36. description_create: "§fThis commands creates a check. You can walk up to your target player and click on them to open up an interface. There you can confirm your action. Optionally, you can add a memo to provide a short description as to what the check is for."
  37. description_send: "§fDirectly sends a check to someone. Optionally, you can add a memo to provide a short description as to what the check is for."
  38. description_memo: "§fEdits the memo of the currently held cheque. You can enter 'clear' in order to remove the message."
  39. description_cash: "§fCashes the cheque that you're currently holding in your hand."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement