Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 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. PvP:
  15. permission: false
  16. buyable: false
  17. price: 0
  18. command-excuted-on-purchase: permissions player %player% set sg.kits.pvp
  19. item: '268 : enchant:DURABILITY:1'
  20. armor:
  21. helmet: '0'
  22. chestplate: '299 : enchant:DURABILITY:1 : lore:&bTime to PvP! : name:&bFighter!'
  23. leggings: '0'
  24. boots: '0'
  25. description:
  26. - '&aStart with an unbreaking leather chestplate and an unbreaking wooden sword!'
  27. items:
  28. - '268 : 1 : name:&bPvP Sword : enchant:DURABILITY:1'
  29. - '320 : 2'
  30. archer:
  31. permission: false
  32. buyable: false
  33. price: 0
  34. command-excuted-on-purchase: permissions player %player% set sg.kits.archer
  35. item: '261 : enchant:ARROW_DAMAGE:1'
  36. armor:
  37. helmet: '298'
  38. chestplate: '299 : enchant:PROTECTION_ENVIRONMENTAL:1'
  39. leggings: '0'
  40. boots: '0'
  41. description:
  42. - '&aStart with a protection leather chestplate'
  43. - '&aand a none enchanted helmet and a power 1 bow with 10 arrows and some food!'
  44. items:
  45. - '261 : 1 : enchant:ARROW_DAMAGE:1'
  46. - '262 : 10'
  47. - '320 : 2'
  48. pro:
  49. permission: false
  50. buyable: false
  51. price: 400
  52. command-excuted-on-purchase: permissions player %player% set sg.kits.pro
  53. item: '307'
  54. armor:
  55. helmet: '0'
  56. chestplate: '307'
  57. leggings: '0'
  58. boots: '0'
  59. description:
  60. - '&aStart with an iron chestplate and 1 cooked porkchop'
  61. items:
  62. - '320 : 1'
  63. beast:
  64. permission: false
  65. buyable: false
  66. price: 0
  67. command-excuted-on-purchase: permissions player %player% set sg.kits.beast
  68. item: '267'
  69. armor:
  70. helmet: '0'
  71. chestplate: '0'
  72. leggings: '308'
  73. boots: '0'
  74. description:
  75. - '&aStart with many goodies'
  76. items:
  77. - '267 : 1'
  78. - '261 : 1'
  79. - '262 : 5'
  80. - '46 : 2'
  81. - '320 : 2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement