Advertisement
Guest User

Untitled

a guest
Jan 5th, 2022
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 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. # TIPPED_ARROW has the same format as potions -> # Example of the form -> 'TIPPED_ARROW:POISON:false:true : 1'
  16. Kits:
  17. Pyro:
  18. item: FLINT_AND_STEEL
  19. permission: none
  20. rarity: LEGENDARY
  21. value: 5000
  22. helmet: AIR
  23. chestplate: 'LEATHER_CHESTPLATE : enchant:PROTECTION_FIRE:5'
  24. leggings: AIR
  25. boots: AIR
  26. items:
  27. - 'FLINT_AND_STEEL : 1'
  28. - 'LAVA_BUCKET : 2'
  29. description:
  30. - '&7Set everyone on fire and'
  31. - '&7watch them burn while'
  32. - '&7you laugh and swim in lava'
  33. potion-effects: []
  34. executed-commands: []
  35.  
  36.  
  37. ... More kits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement