Advertisement
Guest User

Untitled

a guest
Jul 28th, 2021
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # Kit armor format: 'Item:Durability : enchant:<enchantment>:level : name:<name> : lore:<lore>'
  2. # Kit items format: 'Item:Durability : Amount : enchant:<enchantment>:level : name:<name> : lore:<lore>'
  3. # For Potions and Splash potions, if the format POTION:ID doesn't work, try this special format -> 'POTION:NAME:DURATION:AMPLIFIER'
  4. # This is due to the change in potions in 1.9, the special format doesn't guarantee that things will work properly
  5. # Example (1): 'POTION:REGENERATION:40:1 : 1' this will give a drinkable potion that gives the regeneration 1 effect for 40 seconds
  6. # For a list of potions names, visit https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
  7. # For a list of enchantments, visit https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  8. # There is no lock on the enchantment level!
  9.  
  10. Kits:
  11. Jumper:
  12. npc-name: '&e&lJumper (3000 Coins)'
  13. display-item: IRON_AXE
  14. rarity: LEGENDARY
  15. permission: none
  16. cost: 0
  17. helmet: AIR
  18. chestplate: AIR
  19. leggings: AIR
  20. boots: AIR
  21. items:
  22. - 'STONE_SWORD : 1 : name:&cLeap'
  23. - 'IRON_AXE : 1 : name:&cLeap'
  24. description:
  25. - ' '
  26. - '&7- Get the ability to leap!'
  27.  
  28. .... More kits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement