Advertisement
Guest User

Untitled

a guest
Mar 9th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. # Kit item format: 'Item:Durability'
  2. # Kit armor format: 'Item:Durability : enchant:<enchantment>:level : name:<name> : lore:<lore>'
  3. # Kit items format: 'Item:Durability : Amount : enchant:<enchantment>:level : name:<name> : lore:<lore>'
  4. # Kit potion effect format: 'PotionEffectType : Duration : Amplifier'
  5. # For a list of PotionEffectType visit this website: # For a list of potions you can use visit this website https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
  6. # Example potion-effects: ['SPEED : 9999 : 1', 'JUMP : 9999 : 1']
  7. # Kit executed commands placeholders: %player%
  8. # Example of kit executed commands --->>> executed-commands: ['broadcast %player% has selected an OP kit']
  9. # For a list of enchantments, visit https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  10. # There is no lock on the enchantment level!
  11. # For POTIONS, if your server is below 1.9 then use POTION:DURABILITY to make potions like POTION:16421, otherwise you should use the form
  12. # POTION/SPLASH_POTION/LINGERING_POTION:POTION_TYPE:EXTENDED:UPGRADED
  13. # Example of the form -> 'SPLASH_POTION:INSTANT_DAMAGE:false:true : 1'
  14. # List of potion types: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
  15.  
  16. Kits:
  17. Pyro:
  18. item: FLINT_AND_STEEL
  19. permission: none
  20. speed-kit: false
  21. rarity: LEGENDARY
  22. value: 5000
  23. helmet: AIR
  24. chestplate: 'LEATHER_CHESTPLATE : enchant:PROTECTION_FIRE:5'
  25. leggings: AIR
  26. boots: AIR
  27. items: &id001
  28. - 'FLINT_AND_STEEL : 1'
  29. - 'LAVA_BUCKET : 2'
  30. description: &id002
  31. - '&7Set everyone on fire and'
  32. - '&7watch them burn while'
  33. - '&7you laugh and swim in lava'
  34. potion-effects: []
  35. executed-commands: []
  36.  
  37. ... More
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement