Advertisement
Guest User

slots.yml

a guest
Sep 23rd, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. slots:
  2. helmet:
  3. type: ARMOR
  4. slot: 4
  5. items:
  6. - LEATHER_HELMET
  7. - CHAINMAIL_HELMET
  8. - IRON_HELMET
  9. - GOLD_HELMET
  10. - DIAMOND_HELMET
  11. chestplate:
  12. type: ARMOR
  13. slot: 13
  14. items:
  15. - LEATHER_CHESTPLATE
  16. - CHAINMAIL_CHESTPLATE
  17. - IRON_CHESTPLATE
  18. - GOLD_CHESTPLATE
  19. - DIAMOND_CHESTPLATE
  20. leggings:
  21. type: ARMOR
  22. slot: 22
  23. items:
  24. - LEATHER_LEGGINGS
  25. - CHAINMAIL_LEGGINGS
  26. - IRON_LEGGINGS
  27. - GOLD_LEGGINGS
  28. - DIAMOND_LEGGINGS
  29. boots:
  30. type: ARMOR
  31. slot: 31
  32. items:
  33. - LEATHER_BOOTS
  34. - CHAINMAIL_BOOTS
  35. - IRON_BOOTS
  36. - GOLD_BOOTS
  37. - DIAMOND_BOOTS
  38. weapon:
  39. type: ACTIVE
  40. slot: 12
  41. quickbar: 0
  42. name: "&a&lWeapon slot"
  43. lore: "&6&oYou may only put weapons Here"
  44. items:
  45. - WOOD_SWORD
  46. - STONE_SWORD
  47. - IRON_SWORD
  48. - GOLD_SWORD
  49. - DIAMOND_SWORD
  50. - WOOD_AXE
  51. - STONE_AXE
  52. - IRON_AXE
  53. - GOLD_AXE
  54. - DIAMOND_AXE
  55. - BOW
  56. - WOOD_SPADE
  57. - STONE_SPADE
  58. - IRON_SPADE
  59. - GOLD_SPADE
  60. - DIAMOND_SPADE
  61. - WOOD_AXE
  62. - STONE_AXE
  63. - IRON_AXE
  64. - GOLD_AXE
  65. - DIAMOND_AXE
  66. - STICK
  67. - BLAZE_ROD
  68. - CARROT_ON_A_STICK
  69. - FISHING_ROD
  70. gloves:
  71. type: PASSIVE
  72. slot: 14
  73. items:
  74. - INK_SACK:13
  75. rings:
  76. type: PASSIVE
  77. slot: [10, 28]
  78. items:
  79. - INK_SACK:10
  80. amulet:
  81. type: PASSIVE
  82. slot: 19
  83. items:
  84. - INK_SACK:12
  85. artifacts:
  86. type: PASSIVE
  87. slot: [47, 48, 49, 50, 51]
  88. items:
  89. - INK_SACK:14
  90. craft:
  91. type: ACTION
  92. slot: 45
  93. action: WORKBENCH
  94. skills:
  95. type: ACTION
  96. slot: 34
  97. action: COMMAND
  98. command: class skill
  99. mounts:
  100. type: ACTION
  101. slot: 53
  102. action: COMMAND
  103. command: mount select
  104. stats:
  105. type: ACTION
  106. slot: 16
  107. action: COMMAND
  108. command: class attr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement