Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Kit armor format: 'Item:Durability : enchant:<enchantment>:level : name:<name> : lore:<lore>'
- # Kit items format: 'Item:Durability : Amount : enchant:<enchantment>:level : name:<name> : lore:<lore>'
- # For Potions and Splash potions, if the format POTION:ID doesn't work, try this special format -> 'POTION:NAME:DURATION:AMPLIFIER'
- # This is due to the change in potions in 1.9, the special format doesn't guarantee that things will work properly
- # Example (1): 'POTION:REGENERATION:40:1 : 1' this will give a drinkable potion that gives the regeneration 1 effect for 40 seconds
- # For a list of potions names, visit https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html
- # For a list of enchantments, visit https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
- # There is no lock on the enchantment level!
- Kits:
- Jumper:
- npc-name: '&e&lJumper (3000 Coins)'
- display-item: IRON_AXE
- rarity: LEGENDARY
- permission: none
- cost: 0
- helmet: AIR
- chestplate: AIR
- leggings: AIR
- boots: AIR
- items:
- - 'STONE_SWORD : 1 : name:&cLeap'
- - 'IRON_AXE : 1 : name:&cLeap'
- description:
- - ' '
- - '&7- Get the ability to leap!'
- .... More kits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement