Advertisement
nbdSteve

TrayTools messages v3.0

Dec 13th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.64 KB | None | 0 0
  1. #
  2. # TrayTools messages.yml v3.0
  3. #
  4. # Message sent to the player when they type the /tray help command.
  5. # Requires permission: tray.help
  6. help:
  7. - "&7 "
  8. - "&f&lTrayTools &7- &emade by &6&lnbdSteve"
  9. - "&7 "
  10. - "&3/tray give <player> <item> <level> <amount>"
  11. - "&7Give the target player their item with the &d&otray&7 enchantment."
  12. - "&7The player must be online and the level must be between 1-9."
  13. - "&7The <item> must be a valid &e&lMINECRAFT&r &7material, e.g. &fdiamond_pickaxe&7."
  14. - "&7Specify an amount that is 1 or greater, if you put no amount it will not give you an item."
  15. - "&7Valid item entries are &e&lANY&r &7minecraft item."
  16. - "&7Requires premission node: &ftray.give"
  17. - "&7 "
  18. - "&3/tray reload"
  19. - "&7Reload the config.yml file."
  20. - "&7Requires premission node: &ftray.reload"
  21. - "&7 "
  22. #
  23.  
  24. #
  25. # Message sent to the player when they type the /tray reload command.
  26. # Requires permission: tray.reload
  27. reload:
  28. - "&7 "
  29. - "&f&lTrayTools:"
  30. - "&a&lSUCCESS!&7 You just reloaded all of the configuration files."
  31. - "&7 "
  32. #
  33.  
  34. #
  35. # Message sent to the player when they purchase a tool from the GUI menu.
  36. # Requires permission: tray.gui to view the GUI.
  37. purchase:
  38. - "&7 "
  39. - "&f&lTrayTools:"
  40. - "&a&lSUCCESS!&7 Your new tool has been added to your inventory! &c$%cost%&7, has been taken from your account."
  41. - "&7 "
  42. #
  43.  
  44. #
  45. # Message sent to the player when they open the GUI with /tray.
  46. # Requires permission: tray.gui to view the GUI.
  47. open-gui:
  48. - "&7 "
  49. - "&f&lTrayTools:"
  50. - "&7Searching the universe for the &bTrayTools&7 merchant..."
  51. - "&7 "
  52. #
  53.  
  54. #
  55. # Message sent to the player when they type an invalid command.
  56. # No permission required.
  57. invalid-command:
  58. - "&7 "
  59. - "&f&lTrayTools:"
  60. - "&c&lERROR!&7 The command you entered is &b&lINVALID&7 please see &e/tray help&7 for command help."
  61. - "&7 "
  62. #
  63.  
  64. #
  65. # Message sent to the player when they type a command and don't have permission.
  66. # No permission required.
  67. no-permission:
  68. - "&7 "
  69. - "&f&lTrayTools:"
  70. - "&c&lERROR!&7 You do not have permission to use that!"
  71. - "&7 "
  72. #
  73.  
  74. #
  75. # Message sent to the player if they do not have permission to purchase the tool from the GUI.
  76. # No permission required.
  77. no-buy-permission:
  78. - "&7 "
  79. - "&f&lTrayTools:"
  80. - "&c&lERROR!&7 You do not have permission to purchase that TrayTool!"
  81. - "&7 "
  82. #
  83.  
  84. #
  85. # Message sent to the player when they type a command and the player is invalid.
  86. # Command permission required.
  87. invalid-player:
  88. - "&7 "
  89. - "&f&lTrayTools:"
  90. - "&c&lERROR!&7 The player who entered is not online."
  91. - "&7 "
  92. #
  93.  
  94. #
  95. # Message sent to the player when they type a command and the amount is invalid.
  96. # Command permission required.
  97. invalid-amount:
  98. - "&7 "
  99. - "&f&lTrayTools:"
  100. - "&c&lERROR!&7 The amount you entered is &b&lINVALID&7, make sure the amount is a positive integer greater than 0."
  101. - "&7 "
  102. #
  103.  
  104. #
  105. # Message sent to the player when they type a command and the size of tray is invalid.
  106. # Command permission required.
  107. invalid-level:
  108. - "&7 "
  109. - "&f&lTrayTools:"
  110. - "&c&lERROR!&7 The enchantment size you entered is &b&lINVALID&7, make sure the enchantment size is between 1 - 5."
  111. - "&7 "
  112. #
  113.  
  114. #
  115. # Message sent to the player if they do not have enough money.
  116. # Requires permission: tray.gui to view the GUI.
  117. insufficient-funds:
  118. - "&7 "
  119. - "&f&lTrayTools:"
  120. - "&c&lERROR!&7 You do not have enought money to buy that! You only have &c$%bal%&7 and that tool costs &c$%cost%&7."
  121. - "&7 "
  122. #
  123.  
  124. #
  125. # Message sent to the player if they try to buy a tool and their inventory is full.
  126. # Requires permission: tray.gui to view the GUI.
  127. inventory-full:
  128. - "&7 "
  129. - "&f&lTrayTools:"
  130. - "&c&lERROR!&7 Your inventory is full, free some space to buy the tool."
  131. - "&7 "
  132. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement