Guest User

Untitled

a guest
Aug 5th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 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. - 307 1
  18. - 272 1
  19. - 364 16
  20. - 373:8197 1
  21. soldier:
  22. delay: 3600
  23. items:
  24. - 306 1
  25. - 308 1
  26. - 309 1
  27. - 311 1
  28. - 276 1
  29. - 442 1
  30. - 364 4
  31. archer:
  32. delay: 1800
  33. items:
  34. - 306 1
  35. - 308 1
  36. - 309 1
  37. - 307 1
  38. - 272 1
  39. - 261 1
  40. - 262 64
  41. - 364 8
  42. warrior:
  43. delay: 600
  44. items:
  45. - 306 1
  46. - 308 1
  47. - 309 1
  48. - 307 1
  49. - 272 1
  50. - 373:8201 1
  51. - 366 32
  52. bread:
  53. delay: 1200
  54. items:
  55. - 308 1
  56. - 309 1
  57. - 306 1
  58. - 307 1
  59. - 276 1
  60. - 322:1 2
  61. - 364 32
  62. wizard:
  63. delay: 1500
  64. items:
  65. - 300 1
  66. - 301 1
  67. - 306 1
  68. - 299 1
  69. - 272 1
  70. - 373:16396 4
  71. - 373:8206 1
  72. - 297 5
  73. healer:
  74. delay: 1200
  75. items:
  76. - 308 1
  77. - 309 1
  78. - 306 1
  79. - 307 1
  80. - 267 1
  81. - 373:16396 1
  82. - 373:16385 2
  83. - 366 10
  84. rogue:
  85. delay: 900
  86. items:
  87. - 300 1
  88. - 301 1
  89. - 298 1
  90. - 299 1
  91. - 267 1 sharpness:1
  92. - 373:8206 3
  93. - 373:8194 3
  94. - 364 40
  95. tank:
  96. delay: 1800
  97. items:
  98. - 312 1
  99. - 313 1
  100. - 310 1
  101. - 311 1
  102. - 272 1
  103. - 442 1
  104. - 320 20
  105. pyro:
  106. delay: 2100
  107. items:
  108. - 300 1
  109. - 309 1
  110. - 298 1
  111. - 307 1
  112. - 268 1
  113. - 259 1
  114. - 385 3
  115. - 297 7
Add Comment
Please, Sign In to add comment