Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. messages:
  2. # If false, will send messages to chat
  3. actionBar: true
  4.  
  5. invalidPotionInput: "&bTogglePotions &8&l> &7You entered an invalid potion name."
  6. invalidNumberInput: "&bTogglePotions &8&l> &7You entered an invalid potion level."
  7. noPermission: "&bTogglePotions &8&l> &7You don't have permission to do this."
  8. reloaded: "&bTogglePotions &8&l> &7Config has been reloaded."
  9. usage: "&bTogglePotions &8&l> &7Proper usage: /toggle [potion] [<level=0>]"
  10. toggledOn: "&bTogglePotions &8&l> &7Potion effect has been toggled on."
  11. toggledOff: "&bTogglePotions &8&l> &7Potion effect has been toggled off."
  12.  
  13. sounds:
  14. enable: true
  15. toggleOn:
  16. sound: "BLOCK_NOTE_HARP"
  17. volume: 1
  18. pitch: 1
  19. toggleOff:
  20. sound: "BLOCK_NOTE_HARP"
  21. volume: 1
  22. pitch: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement