Advertisement
nbdSteve

SandWands || messages.yml (v.2.0.2)

Aug 3rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.18 KB | None | 0 0
  1. #
  2. # Message sent to the player when they type the /sw help command.
  3. # Requires permission: sandwand.help
  4. Help:
  5. - "&7 "
  6. - "&f&lSandWands &7- &emade by &6&lnbdSteve"
  7. - "&7 "
  8. - "&3/sw give <player> <item> <level> <uses> <amount>"
  9. - "&7Give the target player their item with the &d&osandwand&7 enchantment."
  10. - "&7The player must be online and the level must be between 1-5."
  11. - "&7The <item> must be a valid &e&lMINECRAFT&r &7material, e.g. &fdiamond_hoe&7."
  12. - "&7The number of uses must be greater than 1."
  13. - "&7Specify an amount that is 1 or greater, if you put no amount it will not give you an item."
  14. - "&7Requires premission node: &fsandwand.give"  
  15. - "&7 "
  16. - "&3/sw reload"
  17. - "&7Reload the config.yml file."
  18. - "&7Requires premission node: &fsandwand.reload"
  19. - "&7 "
  20. #
  21.  
  22. #
  23. # Message sent to the player when they type the /sw reload command.
  24. # Requires permission: sandwand.reload
  25. Reload:
  26. - "&7 "
  27. - "&f&lSandWands:"
  28. - "&a&lSUCCESS!&7 You just reloaded all of the configuration files."
  29. - "&7 "
  30. #
  31.  
  32. #
  33. # Message sent to the player when they type an invalid command.
  34. # No permission required.
  35. InvalidCommand:
  36. - "&7 "
  37. - "&f&lSandWands:"
  38. - "&c&lERROR!&7 The command you entered is &b&lINVALID&7 please see &e/sw help&7 for command help."
  39. - "&7 "
  40. #
  41.  
  42. #
  43. # Message sent to the player when they type a command and don't have permission.
  44. # No permission required.
  45. NoPermission:
  46. - "&7 "
  47. - "&f&lSandWands:"
  48. - "&c&lERROR!&7 You do not have permission to use that!"
  49. - "&7 "
  50. #
  51.  
  52. #
  53. # Message sent to the player when they type a command and the player is invalid.
  54. # Command permission required.
  55. InvalidPlayer:
  56. - "&7 "
  57. - "&f&lSandWands:"
  58. - "&c&lERROR!&7 The player who entered is not online."
  59. - "&7 "
  60. #
  61.  
  62. #
  63. # Message sent to the player when they type a command and the amount is invalid.
  64. # Command permission required.
  65. InvalidAmount:
  66. - "&7 "
  67. - "&f&lSandWands:"
  68. - "&c&lERROR!&7 The amount you entered is &b&lINVALID&7, make sure the amount is a positive integer greater than 0."
  69. - "&7 "
  70. #
  71.  
  72. #
  73. # Message sent to the player when they type a command and the size of sandwand is invalid.
  74. # Command permission required.
  75. InvalidEnchantmentSize:
  76. - "&7 "
  77. - "&f&lSandWands:"
  78. - "&c&lERROR!&7 The enchantment size you entered is &b&lINVALID&7, make sure the enchantment size is between 1 - 5."
  79. - "&7 "
  80. #
  81.  
  82. #
  83. # Message sent to the player when they type a command and the number of uses is invalid.
  84. # Command permission required.
  85. InvalidUses:
  86. - "&7 "
  87. - "&f&lSandWands:"
  88. - "&c&lERROR!&7 The number of uses you entered is &b&lINVALID&7, make sure it is a positive integer."
  89. - "&7 "
  90. #
  91.  
  92. #
  93. # Message sent to the player when their sandwand runs out of uses (uses = 0).
  94. # No permission required, set this to nothing to remove the message.
  95. Break:
  96. - "&7 "
  97. - "&f&lSandWands:"
  98. - "&7Your sand wand has run out of uses!"
  99. - "&7It has been &a&lRECYCLED&7 back to the server..."
  100. - "&7 "
  101. #
  102.  
  103. #
  104. # Message sent to the player when they try to use their sandwand when it is on cooldown.
  105. # No permission required, set this to nothing to remove the message.
  106. Cooldown:
  107. - "&7 "
  108. - "&f&lSandWands:"
  109. - "&c&lERROR!&7 Your &fSandWand&7 is on &e&lCOOLDOWN!&7 It has &b&l%cooldown%&7 seconds remaining."
  110. - "&7 "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement