Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. settings:
  2. regular-cleanup:
  3. enabled: true
  4. delay: 0
  5. interval: 60
  6.  
  7. wand-skins:
  8. - icon: diamond_hoe:50
  9. name: "&3Basic Wand #1"
  10. command: "wand configure icon diamond_hoe:50"
  11. permission: "rowlingseffects.skins.basicwand1"
  12. - icon: diamond_hoe:70
  13. name: "&3Basic Wand #2"
  14. command: "wand configure icon diamond_hoe:50"
  15. permission: "rowlingseffects.skins.basicwand2"
  16.  
  17. wand-colors:
  18. - icon: ink_sack:14
  19. name: "&4&lDark Red Effects"
  20. command: "mgive %player% redeffects"
  21. permission: "rowlingseffects.colors.darkred"
  22. - icon: ink_sack:9
  23. name: "&9&lBlue Effects"
  24. command: "mgive %player% blueeffects"
  25. permission: "rowlingseffects.colors.blue"
  26.  
  27. patronuses:
  28. - icon: ink_sack:2
  29. name: "&bSheep Patronus"
  30. command: "mgive %player% patronus_sheep"
  31. permission: "rowlingseffects.patronuses.sheep"
  32. - icon: ink_sack:2
  33. name: "&bPig Patronus"
  34. command: "mgive %player% patronus_pig"
  35. permission: "rowlingseffects.patronuses.pig"
  36.  
  37. hats:
  38. - icon: ice
  39. name: "&bIce"
  40. command: "castp %player% equiphat brush ice"
  41. permission: "rowlingseffects.hats.ice"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement