Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. # EssentialsX kit configuration.
  2. # If you don't have any kits defined in this file, the plugin will try to copy them from the config.yml
  3.  
  4. # Note: All items MUST be followed by a quantity!
  5. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  6. # Syntax: - name[:durability] amount [enchantment:level]... [itemmeta:value]...
  7. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  8. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  9. # Set delay to -1 for a one time kit.
  10. # For more information, visit http://wiki.ess3.net/wiki/Kits
  11. kits:
  12. tools:
  13. delay: 10
  14. items:
  15. - stonesword 1
  16. - stoneshovel 1
  17. - stonepickaxe 1
  18. - stoneaxe 1
  19. color:
  20. delay: 6000
  21. items:
  22. - writtenbook 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  23. firework:
  24. delay: 6000
  25. items:
  26. - fireworkrocket 1 name:Angry_Creeper color:red fade:green type:creeper power:1
  27. - fireworkrocket 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
  28. - fireworkrocket 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1
  29. return:
  30. delay: -1
  31. items:
  32. - chainmail_helmet 1
  33. - chainmail_chestplate 1
  34. - chainmail_leggings 1
  35. - chainmail_boots 1
  36. - diamond 10
  37. - dirt 64
  38. - stone 64
  39. - cobblestone 64
  40. - cobblestone 64
  41. - cobblestone 64
  42. - cobblestone 64
  43. - planks 64
  44. - log 64
  45. - coal_block 32
  46. - iron_block 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement