Advertisement
Guest User

example.yml

a guest
Oct 17th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # MENU SETTINGS #
  4. #+ +#
  5. ######################
  6. menu-settings:
  7.  
  8. # name - appears as the title - REQUIRED
  9. name: '&1Minigiochi'
  10.  
  11. # rows - the number of rows of the chest - REQUIRED
  12. rows: 3
  13.  
  14. # command - OPTIONAL (you can remove this or set it to '')
  15. # Bind multiple commands using ; (command: 'menu; m; me')
  16. command: 'menu'
  17.  
  18. # auto-refresh - OPTIONAL
  19. # How frequently the menu will be refreshed, in seconds.
  20. # Useful if you have variables in items' descriptions.
  21. auto-refresh: 5
  22.  
  23. # This command command will be execute when the menu is opened.
  24. # Supports all the icon command types.
  25. open-action: 'sound: note pling'
  26.  
  27. # open-with-item - OPTIONAL
  28. # The menu will open only right-clicking with orange wool [35:1]
  29. open-with-item:
  30. id: compass
  31. left-click: false
  32. right-click: true
  33.  
  34.  
  35. ######################
  36. #+ +#
  37. # ITEMS #
  38. #+ +#
  39. ######################
  40.  
  41.  
  42. sw:
  43. COMMAND: 'server sw'
  44. NAME: '&3&lSky&f&lWars'
  45. LORE:
  46. - 'Combatti su delle isole volanti contro'
  47. - 'altri giocatori! L'ultimo che rimane vince!'
  48. ID: bow
  49. POSITION-X: 1
  50. POSITION-Y: 1
  51. bw:
  52. COMMAND: 'server bw'
  53. NAME: '&c&lBed&f&lWars'
  54. LORE:
  55. - 'Proteggi il tuo letto in questa battaglia a squadre'
  56. - 'distruggendo quello degli altri!'
  57. ID: bed
  58. POSITION-X: 2
  59. POSITION-Y: 1
  60. ew:
  61. COMMAND: 'server ew'
  62. NAME: '&5&lEgg&f&lWars'
  63. LORE:
  64. - 'Una battaglia a squadre per proteggere il proprio uovo'
  65. - 'distruggendo quello degli altri!'
  66. ID: egg
  67. POSITION-X: 3
  68. POSITION-Y: 1
  69. lw:
  70. COMMAND: 'server lw'
  71. NAME: '&e&lLucky&f&lWars'
  72. LORE:
  73. - 'Delle SkyWars con le LuckyBlock! Questi blocchi'
  74. - 'contengono oggetti utili e malevoli!'
  75. ID: sponge
  76. POSITION-X: 4
  77. POSITION-Y: 1
  78. cr:
  79. COMMAND: 'server cr
  80. NAME: '&9&lCreativa'
  81. LORE:
  82. - 'Scatena la tua creatività in un tuo lotto! Costruisci'
  83. - 'tutto ciò che vuoi, lavora in gruppo, fai tutto cio che vuoi!'
  84. ID: brick
  85. POSITION-X: 5
  86. POSITION-Y: 1
  87. sb:
  88. COMMAND: 'server sb'
  89. NAME: '&a&lSky&f&lBlock'
  90. LORE:
  91. - 'Hai a disposizione un'isola che puoi personalizzare!'
  92. - 'Acquista blocchi e materiali per abbellirla! Le migliori saranno in una Top 10!'
  93. ID: grass
  94. POSITION-X: 6
  95. POSITION-Y: 1
  96. bb:
  97. COMMAND: 'server bb'
  98. NAME: '&a&lBuild Battle'
  99. LORE:
  100. - 'Una gara di costruzione secondo un tema preciso!'
  101. - 'Vince chi ha i voti migliori!'
  102. ID: brick
  103. POSITION-X: 7
  104. POSITION-Y: 1
  105. vn:
  106. COMMAND: 'server vn'
  107. NAME: '&lVanilla'
  108. LORE:
  109. - 'Cosa sarebbe Minecraft senza la classica Vanilla?'
  110. - 'Divertiti pure!'
  111. ID: milk bucket
  112. POSITION-X: 8
  113. POSITION-Y: 1
  114. fc:
  115. COMMAND: 'server fc'
  116. NAME: '&b&lFactions'
  117. LORE:
  118. - 'Sopravvivenza a squadre. Collabora o distruggi'
  119. - 'le altre fazioni per ottenere premi!'
  120. ID: armor
  121. POSITION-X: 9
  122. POSITION-Y: 1
  123. mk:
  124. COMMAND: 'server mk'
  125. NAME: '&4&lMario Kart'
  126. LORE:
  127. - 'Il classico gioco di macchine portato su Minecraft!'
  128. - 'Sfida i tuoi amici sulle classiche piste di Mario Kart 64!'
  129. ID: minecart
  130. POSITION-X: 1
  131. POSITION-Y: 2
  132. bh:
  133. COMMAND: 'server bh'
  134. NAME: '&6&lBlock Hunt'
  135. LORE:
  136. - 'Chi dice che il nascondino diverte solo i bambini?'
  137. - 'Cambierai idea con questa versione del gioco!'
  138. ID: grass
  139. POSITION-X: 2
  140. POSITION-Y: 2
  141. sl:
  142. COMMAND: 'server sl'
  143. NAME: '&4&lSuper &a&lLabirinto'
  144. LORE:
  145. - 'Un difficilissimo labirinto di 10 livelli adatto'
  146. - 'SOLO ai giocatori più furbi e coraggiosi!'
  147. ID: map
  148. POSITION-X: 3
  149. POSITION-Y: 2
  150. menu-close-no-commands-no-lore:
  151. NAME: '&4Chiudi'
  152. ID: barrier
  153. LORE:
  154. - 'Questo oggetto chiude il menu.'
  155. POSITION-X: 9
  156. POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement