Advertisement
Guest User

Untitled

a guest
Aug 27th, 2019
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # Items format: 'MATERIAL_ENUM:DURABILITY : amount : name:<name> : lore:<lore> : enchant:<enchantment>:level : dye:<color>'
  2. # For a list of Materials you can use visit this website https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  3. # For a list of enchantments you can use visit this website https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  4. # For a list of effects you can use visit this website https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
  5. # For a list of dye colors visit this link https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Color.html
  6. # Effects format: 'POTION_TYPE : DURATION : AMPLIFIER' -> Example 'SPEED : 999999 : 2'
  7. # List of colors you can use as a dye: BLACK, AQUA, BLUE, FUCHSIA, GRAY, GREEN, LIME, MAROON, NAVY, OLIVE, ORANGE, PURPLE, RED, SILVER, TEAL, WHITE, YELLOW
  8. # Remember when making classes that player INTERACTION IS DISABLED! Meaning they can't use bows or or other items that require right clicking
  9. Classes:
  10. Fighter:
  11. Material: WOOD_SWORD
  12. Enabled: true
  13. Cost: 0
  14. Permission: ''
  15. Equipment:
  16. Armor:
  17. Helmet: 'LEATHER_HELMET : name:&cFighter helmet'
  18. Chestplate: 'LEATHER_CHESTPLATE : name:&cFighter chestplate'
  19. Leggings: 'LEATHER_LEGGINGS : name:&cFighter leggings'
  20. Boots: 'LEATHER_BOOTS : name:&cFighter boots'
  21. Items:
  22. - 'WOOD_SWORD : 1 : name:&cFighter sword'
  23. Description:
  24. - '&bGet a wood sword to fight the enemies!'
  25. Effects: []
  26.  
  27. //More classes, but this is generally the same format for all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement