Advertisement
Guest User

config.yml

a guest
Jun 19th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 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. incorrect_key_run_commands:
  95. - player:spawn
  96. - cmd2
  97. - cmd3
  98. clear:
  99. name: '&cDelete.'
  100. material: redstone_block
  101. sound: BLOCK_ANVIL_LAND
  102. quantity: '1'
  103. position:
  104. x: '8'
  105. y: '3'
  106. monitor:
  107. name: '&eCombination typed: &c%key%'
  108. material: stained_glass_pane
  109. quantity: '1'
  110. position:
  111. x: '5'
  112. y: '1'
  113. creation:
  114. price: '10.0'
  115. materials:
  116. - lever
  117. - stone_button
  118. - wood_button
  119. - chest
  120. - trapped_chest
  121. - dropper
  122. - hopper
  123. - wooden_door
  124. - spruce_door
  125. - birch_door
  126. - jungle_door
  127. - acacia_door
  128. - dark_oak_door
  129. - fence_gate
  130. - spruce_fence_gate
  131. - birch_fence_gate
  132. - jungle_fence_gate
  133. - acacia_fence_gate
  134. - dark_oak_fence_gate
  135. - beacon
  136. disabled_worlds:
  137. - disabled_world1
  138. - disabled_world2
  139. - disabled_world3
  140. update: true
  141. database:
  142. enable: false
  143. server: localhost:3306
  144. database: ButtonPIN
  145. username: root
  146. password: '1234'
  147. protect:
  148. protectionsCanExplode: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement