Advertisement
Guest User

config.yml

a guest
May 3rd, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. config:
  2. keyboard:
  3. lines: '5'
  4. '0':
  5. name: '&c0'
  6. material: name_tag
  7. sound: BLOCK_STONE_BUTTON_CLICK_ON
  8. quantity: '0'
  9. position:
  10. x: '5'
  11. y: '5'
  12. '1':
  13. name: '&c1'
  14. material: name_tag
  15. sound: BLOCK_STONE_BUTTON_CLICK_ON
  16. quantity: '1'
  17. position:
  18. x: '4'
  19. y: '2'
  20. '2':
  21. name: '&c2'
  22. material: name_tag
  23. sound: BLOCK_STONE_BUTTON_CLICK_ON
  24. quantity: '2'
  25. position:
  26. x: '5'
  27. y: '2'
  28. '3':
  29. name: '&c3'
  30. material: name_tag
  31. sound: BLOCK_STONE_BUTTON_CLICK_ON
  32. quantity: '3'
  33. position:
  34. x: '6'
  35. y: '2'
  36. '4':
  37. name: '&c4'
  38. material: name_tag
  39. sound: BLOCK_STONE_BUTTON_CLICK_ON
  40. quantity: '4'
  41. position:
  42. x: '4'
  43. y: '3'
  44. '5':
  45. name: '&c5'
  46. material: name_tag
  47. sound: BLOCK_STONE_BUTTON_CLICK_ON
  48. quantity: '5'
  49. position:
  50. x: '5'
  51. y: '3'
  52. '6':
  53. name: '&c6'
  54. material: name_tag
  55. sound: BLOCK_STONE_BUTTON_CLICK_ON
  56. quantity: '6'
  57. position:
  58. x: '6'
  59. y: '3'
  60. '7':
  61. name: '&c7'
  62. material: name_tag
  63. sound: BLOCK_STONE_BUTTON_CLICK_ON
  64. quantity: '7'
  65. position:
  66. x: '4'
  67. y: '4'
  68. '8':
  69. name: '&c8'
  70. material: name_tag
  71. sound: BLOCK_STONE_BUTTON_CLICK_ON
  72. quantity: '8'
  73. position:
  74. x: '5'
  75. y: '4'
  76. '9':
  77. name: '&c9'
  78. material: name_tag
  79. sound: BLOCK_STONE_BUTTON_CLICK_ON
  80. quantity: '9'
  81. position:
  82. x: '6'
  83. y: '4'
  84. confirm:
  85. name: '&aConfirm.'
  86. material: emerald_block
  87. sound:
  88. correct_key: ENTITY_FIREWORK_BLAST
  89. incorrect_key: BLOCK_NOTE_BASS
  90. quantity: '1'
  91. position:
  92. x: '2'
  93. y: '3'
  94. clear:
  95. name: '&cDelete.'
  96. material: redstone_block
  97. sound: BLOCK_ANVIL_LAND
  98. quantity: '1'
  99. position:
  100. x: '8'
  101. y: '3'
  102. monitor:
  103. name: '&eCombination typed: &c%key%'
  104. material: stained_glass_pane
  105. quantity: '1'
  106. position:
  107. x: '5'
  108. y: '1'
  109. creation:
  110. price: '10.0'
  111. materials:
  112. - lever
  113. - stone_button
  114. - wood_button
  115. - chest
  116. - trapped_chest
  117. - dropper
  118. - hopper
  119. - wooden_door
  120. - spruce_door
  121. - birch_door
  122. - jungle_door
  123. - acacia_door
  124. - dark_oak_door
  125. - fence_gate
  126. - spruce_fence_gate
  127. - birch_fence_gate
  128. - jungle_fence_gate
  129. - acacia_fence_gate
  130. - dark_oak_fence_gate
  131. - beacon
  132. disabled_worlds:
  133. - disabled_world1
  134. - disabled_world2
  135. - disabled_world3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement