Advertisement
GranpaGamer

Untitled

Dec 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. #########################################################
  2. ## ##
  3. ## WildChests Messages ##
  4. ## Developed by Ome_R ##
  5. ## ##
  6. #########################################################
  7.  
  8. # Only sent to operators
  9. AUTO_SAVE: '&7&o[WildChests: Saved all database]'
  10.  
  11. # Called when a player runs a command not in the required usage
  12. COMMAND_USAGE: '&5&lWildChests &7Usage: /{0}'
  13.  
  14. # Called when using /chests give command.
  15. CHEST_GIVE_PLAYER: '&5&lWildChests &7Successfully gave {0} x{1} {2}.'
  16. CHEST_RECIEVE: '&5&lWildChests &7You received x{0} {1} from {2}.'
  17.  
  18. # Called when using /chests info command.
  19. CHEST_INFO_HEADER: '&8&m---------------&5&l WildChests &8&m---------------'
  20. CHEST_INFO_NAME: '&5 Chest&7: &f{0}'
  21. CHEST_INFO_TYPE: '&5 Type&7: &f{0}'
  22. CHEST_INFO_SIZE: '&5 Default Size&7: &f{0}'
  23. CHEST_INFO_DEFAULT_TITLE: '&5 Default Title&7: &f{0}'
  24. CHEST_INFO_SELL_MODE: '&5 Sell Mode&7: &f{0}'
  25. CHEST_INFO_RECIPES: '&5 Recipes&7: &f{0}'
  26. CHEST_INFO_FOOTER: '&8&m---------------&5&l WildChests &8&m---------------'
  27.  
  28. # Called when a chest is placed down.
  29. CHEST_PLACED: '&5&lWildChests &7You placed a(n) {0}.'
  30.  
  31. # Called when crafting items in auto-crafter
  32. CRAFTED_ITEMS_HEADER: '&5&lWildChests &7You crafted the following items:'
  33. CRAFTED_ITEMS_LINE: '&5&lWildChests &7x{0} {1}'
  34. CRAFTED_ITEMS_FOOTER: '&5&lWildChests &7You crafted a total of {0} items'
  35.  
  36. # Called when upgrading a chest
  37. EXPAND_CHEST: |-
  38. &5&lWildChests &7You are going to purchase an extension for ${0}
  39. &5&lWildChests &7If you want to continue, write &a&lCONFIRM&7.
  40. EXPAND_PURCHASED: '&5&lWildChests &7Successfully purchased an extension to your chest!'
  41. EXPAND_FAILED: '&5&lWildChests &7Opening chest...'
  42. EXPAND_FAILED_CHEST_BROKEN: '&5&lWildChests &7Couldn''t find the chest anymore in
  43. world.'
  44.  
  45. # Called when a player runs an invalid chests sub-command.
  46. HELP_COMMAND_HEADER: '&8&m---------------&5&l WildChests &8&m---------------'
  47. HELP_COMMAND_LINE: '&7- &5/{0} &8- &f{1}'
  48. HELP_COMMAND_FOOTER: '&8&m---------------&5&l WildChests &8&m---------------'
  49.  
  50. # Called when a player runs give command with an invalid argument.
  51. INVALID_PLAYER: '&5&lWildChests &7Coludn''t find a player called {0}.'
  52. INVALID_CHEST: '&5&lWildChests &7Coludn''t find a chest called {0}.'
  53. INVALID_AMOUNT: '&5&lWildChests &7Please specify a valid number.'
  54.  
  55. # Called when using /chests link command
  56. INVALID_BLOCK_CHEST: '&5&lWildChests &7Couldn''t find a valid linked chest.'
  57. LINKED_SUCCEED: '&5&lWildChests &7Successfully linked chest [{0}] to this chest.'
  58. NOT_LINKED_CHEST: '&5&lWildChests &7You cannot link this chest.'
  59. SELECT_ANOTHER_CHEST: '&5&lWildChests &7Select another chest to link into with /chests
  60. link'
  61. LEFTOVERS_ITEMS_WARNING: '&5&lWildChests &7There were some leftovers items in the
  62. chest - they were transferred into the linked chest.'
  63.  
  64. # Called when logging on and received money while being offline
  65. MONEY_EARNED_OFFLINE: '&5&lWildChests &7You received a total of ${0} while you were
  66. offline!'
  67.  
  68. # Called when running a chests command without permission.
  69. NO_PERMISSION: '&fUnknown command. Type "/help" for help.'
  70.  
  71. # Called when a player successfully reloaded all configuration files.
  72. RELOAD_SUCCESS: '&5&lWildChests &7Successfully reloaded the configuration files.'
  73.  
  74. # Called when selling items into sell-chest
  75. SOLD_CHEST_HEADER: '&5&lWildChests &7Your transactions in the last 10 minutes:'
  76. SOLD_CHEST_LINE: '&5&lWildChests &7x{0} {1} for ${2}'
  77. SOLD_CHEST_FOOTER: '&5&lWildChests &7You earned a total of ${0}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement