Advertisement
nbdSteve

LightningWands || messages.yml (v.2.0.2)

Aug 3rd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.56 KB | None | 0 0
  1. #
  2. # Message sent to the player when they type the /lw help command.
  3. # Requires permission: lightningwand.help
  4. Help:
  5. - "&7 "
  6. - "&f&lLightningWands &7- &emade by &6&lnbdSteve"
  7. - "&7 "
  8. - "&3/lw give <player> <item> <level> <uses> <amount>"
  9. - "&7Give the target player their item with the &d&olightningwand&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: &flightningwand.give"  
  15. - "&7 "
  16. - "&3/lw reload"
  17. - "&7Reload the config.yml file."
  18. - "&7Requires premission node: &flightningwand.reload"
  19. - "&7 "
  20. #
  21.  
  22. #
  23. # Message sent to the player when they type the /lw reload command.
  24. # Requires permission: lightningwand.reload
  25. Reload:
  26. - "&7 "
  27. - "&f&lLightningWands:"
  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&lLightningWands:"
  38. - "&c&lERROR!&7 The command you entered is &b&lINVALID&7 please see &e/lw 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&lLightningWands:"
  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&lLightningWands:"
  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&lLightningWands:"
  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 lightningwand is invalid.
  74. # Command permission required.
  75. InvalidEnchantmentSize:
  76. - "&7 "
  77. - "&f&lLightningWands:"
  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&lLightningWands:"
  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 lightningwand runs out of uses (uses = 0).
  94. # No permission required, set this to nothing to remove the message.
  95. Break:
  96. - "&7 "
  97. - "&f&lLightningWands:"
  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 lightningwand when it is on cooldown.
  105. # No permission required, set this to nothing to remove the message.
  106. Cooldown:
  107. - "&7 "
  108. - "&f&lLightningWands:"
  109. - "&c&lERROR!&7 Your &fLightningWand&7 is on &e&lCOOLDOWN!&7 It has &b&l%cooldown%&7 seconds remaining."
  110. - "&7 "
  111. #
  112.  
  113. #
  114. # Message sent to the player when they try to use the wand on a creeper that is already charged or super.
  115. # No permission required, set this to nothing to remove the message.
  116. AlreadyPowered:
  117. - "&7 "
  118. - "&f&lLightningWands:"
  119. - "&c&lERROR!&7 That creeper is already &a&lPOWERED!"
  120. - "&7 "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement