Advertisement
Guest User

sgv

a guest
Mar 15th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. Start:
  2.  
  3. ######################
  4. #+ +#
  5. # MENU SETTINGS #
  6. #+ +#
  7. ######################
  8.  
  9. menu-settings:
  10.  
  11. # name - appears as the title - REQUIRED
  12. name: '&4Start Sorting?'
  13.  
  14. # rows - the number of rows of the chest - REQUIRED
  15. rows: 5
  16.  
  17. # command - OPTIONAL (you can remove this or set it to '')
  18. command: ''
  19.  
  20. # open-with-item - OPTIONAL (you can remove this or
  21. # set the item-id/data-value to 0)
  22. # In this case it will open with a book (right click)
  23. open-with-item:
  24. item-id: 337
  25. left-click: false
  26. right-click: true
  27. # data-value: 0
  28.  
  29. ######################
  30. #+ +#
  31. # ITEMS #
  32. #+ +#
  33. ######################
  34.  
  35.  
  36. example:
  37. COMMAND: 'open:start.yml'
  38. NAME: '&6[+] Start Sorting? [+]'
  39. LORE:
  40. ID: book
  41. KEEP-OPEN: true
  42. POSITION-X: 5
  43. POSITION-Y: 2
  44.  
  45.  
  46. admin:
  47. COMMAND: 'open:1.yml'
  48. NAME: '&2[+] Yes [+]'
  49. LORE:
  50. ID: wool:13
  51. KEEP-OPEN: true
  52. POSITION-X: 4
  53. POSITION-Y: 4
  54.  
  55.  
  56. shop:
  57. COMMAND: 'open:start.yml'
  58. NAME: '&4[+] No [+]'
  59. LORE:
  60. ID: wool:14
  61. KEEP-OPEN: true
  62. POSITION-X: 6
  63. POSITION-Y: 4
  64.  
  65.  
  66. 1:
  67.  
  68. ######################
  69. #+ +#
  70. # MENU SETTINGS #
  71. #+ +#
  72. ######################
  73.  
  74. menu-settings:
  75.  
  76. # name - appears as the title - REQUIRED
  77. name: '&4First Question'
  78.  
  79. # rows - the number of rows of the chest - REQUIRED
  80. rows: 5
  81.  
  82. # command - OPTIONAL (you can remove this or set it to '')
  83. command: ''
  84.  
  85. # open-with-item - OPTIONAL (you can remove this or
  86. # set the item-id/data-value to 0)
  87. # In this case it will open with a book (right click)
  88. open-with-item:
  89. item-id: 0
  90. left-click: false
  91. right-click: true
  92. # data-value: 0
  93.  
  94. ######################
  95. #+ +#
  96. # ITEMS #
  97. #+ +#
  98. ######################
  99.  
  100.  
  101. example:
  102. COMMAND: 'open:1.yml'
  103. NAME: '&6[+] First question [+]'
  104. LORE:
  105. - 'If you friend was'
  106. - 'mugged by a man,'
  107. - 'what would you do?'
  108. ID: book
  109. KEEP-OPEN: true
  110. POSITION-X: 5
  111. POSITION-Y: 2
  112.  
  113.  
  114. answer1:
  115. COMMAND: 'open:3.yml'
  116. NAME: '&3[+] Answer 1 [+]'
  117. LORE:
  118. - 'Chase the man'
  119. - 'and kill him'
  120. ID: paper
  121. KEEP-OPEN: true
  122. POSITION-X: 2
  123. POSITION-Y: 4
  124.  
  125.  
  126. answer2:
  127. COMMAND: 'open:2.yml'
  128. NAME: '&3[+] Answer 2 [+]'
  129. LORE:
  130. - 'Chase the man'
  131. - 'and get your'
  132. - 'friends things back'
  133. ID: paper
  134. KEEP-OPEN: true
  135. POSITION-X: 4
  136. POSITION-Y: 4
  137.  
  138.  
  139. answer3:
  140. COMMAND: 'open:2.yml'
  141. NAME: '&3[+] Answer 3 [+]'
  142. LORE:
  143. - 'Let him get away'
  144. - 'and get your friend'
  145. - 'new and better things'
  146. ID: paper
  147. KEEP-OPEN: true
  148. POSITION-X: 6
  149. POSITION-Y: 4
  150.  
  151.  
  152. answer4:
  153. COMMAND: 'open:3.yml'
  154. NAME: '&3[+] Answer 4 [+]'
  155. LORE:
  156. - 'Let him go,'
  157. - 'its your friend's'
  158. - 'problem, not yours'
  159. ID: paper
  160. KEEP-OPEN: true
  161. POSITION-X: 8
  162. POSITION-Y: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement