Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. # Kits permission is: sg.kits.<kitname>
  2. # Usage: 'ItemID : Amount'
  3. # You can also add extra enchantments, names, lores by doing this
  4. # 'ItemID : Amount : Extra'
  5. # Enchanting is done like this: enchant:enchantment:level
  6. # Naming is done like this: name:name
  7. # Adding a lore is done like this: lore:lore
  8. # List of enchantments you can use: http://jd.bukkit.org/rb/apidocs/org/bukkit/enchantments/Enchantment.html
  9. # You can also control the durability of items by doing this 'ItemID:Durability : Amount'
  10. # Example '267:50 : 1 : enchant:DAMAGE_ALL:2 : name:&4GOD SWORD : lore:&b its a cool sword!'
  11. # This will create an iron sword with a durability of 50 and sharpness 2 enchantment on it and the name of 'GOD SWORD' with a dark red color and a lore that says 'Its a cool sword' in an aqua color
  12. # Please note that ur kit name must be lowercase!
  13. Kits:
  14. Arquero:
  15. permission: false
  16. item: '261 : enchant:ARROW_DAMAGE:1'
  17. armor:
  18. helmet: '298'
  19. chestplate: '299 : enchant:PROTECTION_ENVIRONMENTAL:1'
  20. leggings: '0'
  21. boots: '0'
  22. description: '&aInicia con una pechera de cuero con proteccion 1 1 Casco normal
  23. 1 arco con 10 flechas y algo de comida!'
  24. items:
  25. - '261 : 1 : enchant:ARROW_DAMAGE:1'
  26. - '262 : 10'
  27. - '320 : 2'
  28. PVP:
  29. permission: false
  30. item: '268 : enchant:DURABILITY:1'
  31. armor:
  32. helmet: '0'
  33. chestplate: '299 : enchant:DURABILITY:1 : lore:&bTime to PvP! : name:&bFighter!'
  34. leggings: '0'
  35. boots: '0'
  36. description: '&aInicia con una pechera de cuero Irrompible una espada de madera!'
  37. items:
  38. - '268 : 1 : name:&bPvP Espada : enchant:DURABILITY:1'
  39. - '320 : 2'
  40. Pro:
  41. permission: false
  42. item: '307'
  43. armor:
  44. helmet: '0'
  45. chestplate: '307'
  46. leggings: '0'
  47. boots: '0'
  48. description: '&aInicias con una pechera de hierro 1 porcion de Carne de Cerdo
  49. cocida'
  50. items:
  51. - '320 : 1'
  52. Flash:
  53. permission: false
  54. item: 373:8226
  55. armor:
  56. helmet: '0'
  57. chestplate: '299 : enchant:DURABILITY:1 : lore:&4Corree!! : name:&bFlash!'
  58. leggings: '0'
  59. boots: '0'
  60. description: '&aInicia con una pechera de cuero Irrompible 2 posiones de velocidad
  61. II una espada de madera y algo de comida!'
  62. items:
  63. - '268 : 1 : name:&cEspada Flash : enchant:DURABILITY:1'
  64. - '373:8226 : 2'
  65. - '320 : 5'
  66. Berserker:
  67. permission: false
  68. item: '258 : enchant:DURABILITY:1'
  69. armor:
  70. helmet: '0'
  71. chestplate: '0'
  72. leggings: '0'
  73. boots: '0'
  74. description: '&aMata a todos con tu Hacha de Hierro y algo de comida'
  75. items:
  76. - '258 : 1 : name:&bBerserker Axe : enchant:DURABILITY:2'
  77. - '320 : 5'
  78. Enchanter:
  79. permission: false
  80. item: '116'
  81. armor:
  82. helmet: '0'
  83. chestplate: '0'
  84. leggings: '0'
  85. boots: '0'
  86. description: '&eInicia con una mesa de encantamientos una espada de hierro y 20
  87. Botellas de EXP.'
  88. items:
  89. - '267 : 1 : name:&bEnchant SG'
  90. - '384 : 20'
  91. - '116 : 1'
  92. - '320 : 1'
  93. Brujo:
  94. permission: false
  95. item: 373:16460
  96. armor:
  97. helmet: '0'
  98. chestplate: '0'
  99. leggings: '0'
  100. boots: '0'
  101. description: '&eMaldice a todos con tus posimas.'
  102. items:
  103. - '373:16460 : 2'
  104. - '373:16424 : 2'
  105. - '373:16388 : 2'
  106. - '373:16426 : 2'
  107. - '320 : 1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement