Guest User

Untitled

a guest
Aug 6th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 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. # To make the kit execute a command, add /<command> to the items list. Use {USERNAME} to specify the player receiving the kit.
  9. # {PLAYER} will show the player's displayname instead of username.
  10. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  11. # Set delay to -1 for a one time kit.
  12. # For more information, visit http://wiki.ess3.net/wiki/Kits
  13. kits:
  14. starter:
  15. delay: 60
  16. items:
  17. - minecraft:iron_chestplate 1
  18. - minecraft:stone_sword 1
  19. - minecraft:cooked_beef 16
  20. - minecraft:potion{Potion:healing} 1
  21. soldier:
  22. delay: 3600
  23. items:
  24. - minecraft:iron_helmet 1
  25. - minecraft:iron_leggings 1
  26. - minecraft:iron_boots 1
  27. - minecraft:diamond_chestplate 1
  28. - minecraft:diamond_sword 1
  29. - minecraft:shield 1
  30. - minecraft:cooked_beef 4
  31. archer:
  32. delay: 1800
  33. items:
  34. - minecraft:iron_helmet 1
  35. - minecraft:iron_leggings 1
  36. - minecraft:iron_boots 1
  37. - minecraft:iron_chestplate 1
  38. - minecraft:stone_sword 1
  39. - minecraft:bow 1
  40. - minecraft:arrow 64
  41. - minecraft:cooked_beef 8
  42. warrior:
  43. delay: 600
  44. items:
  45. - minecraft:iron_helmet 1
  46. - minecraft:iron_leggings 1
  47. - minecraft:iron_boots 1
  48. - minecraft:iron_chestplate 1
  49. - minecraft:stone_sword 1
  50. - minecraft:potion{Potion:strength} 1
  51. - minecraft:cooked_chicken 32
  52. bread:
  53. delay: 1200
  54. items:
  55. - minecraft:iron_leggings 1
  56. - minecraft:iron_boots 1
  57. - minecraft:diamond_helmet 1
  58. - minecraft:diamond_chestplate 1
  59. - minecraft:diamond_sword 1
  60. - minecraft:golden_apple 2
  61. - minecraft:cooked_beef 32
  62. wizard:
  63. delay: 1500
  64. items:
  65. - minecraft:leather_leggings 1
  66. - minecraft:leather_boots 1
  67. - minecraft:iron_helmet 1
  68. - minecraft:leather_chestplate 1
  69. - minecraft:stone_sword 1
  70. - minecraft:splash_potion{Potion:harming} 4
  71. - minecraft:potion{Potion:invisibility} 1
  72. - minecraft:bread 5
  73. healer:
  74. delay: 1200
  75. items:
  76. - minecraft:iron_leggings 1
  77. - minecraft:iron_boots 1
  78. - minecraft:iron_helmet 1
  79. - minecraft:iron_chestplate 1
  80. - minecraft:iron_sword 1
  81. - minecraft:splash_potion{Potion:harming} 1
  82. - minecraft:splash_potion{Potion:regeneration} 2
  83. - minecraft:cooked_chicken 10
  84. rogue:
  85. delay: 900
  86. items:
  87. - minecraft:leather_leggings 1
  88. - minecraft:leather_boots 1
  89. - minecraft:leather_helmet 1
  90. - minecraft:leather_chestplate 1
  91. - minecraft:iron_sword 1 sharpness:1
  92. - minecraft:potion{Potion:long_invisibility} 3
  93. - minecraft:potion{Potion:swiftness} 3
  94. - minecraft:cooked_beef 40
  95. tank:
  96. delay: 1800
  97. items:
  98. - minecraft:diamond_leggings 1
  99. - minecraft:diamond_boots 1
  100. - minecraft:diamond_helmet 1
  101. - minecraft:diamond_chestplate 1
  102. - minecraft:stone_sword 1
  103. - minecraft:shield 1
  104. - minecraft:cooked_porkchop 20
  105. pyro:
  106. delay: 2100
  107. items:
  108. - minecraft:leather_leggings 1
  109. - minecraft:iron_boots 1
  110. - minecraft:leather_helmet 1
  111. - minecraft:iron_chestplate 1
  112. - minecraft:wooden_sword 1
  113. - minecraft:flint_and_steel 1
  114. - minecraft:fire_charge 3
  115. - minecraft:minecraft:bread 7
Add Comment
Please, Sign In to add comment