Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. #
  2. # ------------------------
  3. # SkyWarz by undestroy
  4. # ------------------------
  5. # +---------------------->
  6. # + config-version: 0.1
  7. # + config-name: kits.yml
  8. # + config-works: you can change the kits
  9. # +---------------------->
  10. # Warning! Do NOT use in-inventory-name-for-icon double! Why? So that there is no mistakes.
  11. # Information:
  12. # - If you use armor for an item, there are these "type" functions: HELMET, CHESTPLATE, LEGGINGS, BOOTS
  13. # - If you use enchantments: syntax: - ENCHANTMENTID:ENCHANTMENTLEVEL
  14. # - Enchantment ID list: http://www.minecraftforum.net/forums/minecraft-discussion/creative-mode/365638-enchantment-id-list
  15. # - Item ID list: http://minecraft-ids.grahamedgecombe.com/
  16.  
  17. kits:
  18. starter:
  19. icon:
  20. material: 271
  21. in-inventory-name-for-icon: '&a&lStarter Kit111 :c'
  22. coins: 0
  23. items:
  24. example1:
  25. material: 271
  26. display: '&a&lStarter Axe'
  27. lore: []
  28. amount: 1
  29. enchantments: []
  30. data: 0
  31. slot: 0
  32. example2:
  33. material: 274
  34. display: '&a&lStarter Pickaxe'
  35. lore: []
  36. amount: 1
  37. enchantments: []
  38. data: 0
  39. slot: 1
  40. armor-example1:
  41. material: 299
  42. display: '&a&lStarter Chestplate'
  43. lore: []
  44. amount: 1
  45. enchantments:
  46. - 0:2
  47. data: 0
  48. type: CHESTPLATE
  49. default: true
  50. pro:
  51. icon:
  52. material: 276
  53. in-inventory-name-for-icon: '&bPro Kit'
  54. coins: 100
  55. items:
  56. example1:
  57. material: 276
  58. display: '&bPro Sword'
  59. lore: []
  60. amount: 1
  61. enchantments: []
  62. data: 0
  63. slot: 0
  64. armor-example1:
  65. material: 312
  66. enchantments:
  67. - 0:2
  68. data: 0
  69. type: LEGGINGS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement