Advertisement
Guest User

Untitled

a guest
Aug 9th, 2021
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 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. Hunter:
  18. item: BOW
  19. permission: none
  20. rarity: COMMON
  21. value: 1000
  22. helmet: LEATHER_HELMET
  23. chestplate: AIR
  24. leggings: LEATHER_LEGGINGS
  25. boots: AIR
  26. items:
  27. - 'BOW : 1'
  28. - 'ARROW : 8'
  29. - 'COOKED_BEEF : 2'
  30. description:
  31. - '&7Receive a normal bow and have the'
  32. - '&7ability of shooting other players'
  33. potion-effects: []
  34. executed-commands: []
  35.  
  36. ... More
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement