Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # MENU SETTINGS #
  4. #+ +#
  5. ######################
  6.  
  7. menu-settings:
  8.  
  9. # REQUIRED
  10. # Appears as the title of the menu.
  11. name: '&dServer Selector &7(Right Click)'
  12.  
  13. # REQUIRED
  14. # The number of rows in the menu.
  15. rows: 4
  16.  
  17. # OPTIONAL (you can remove this or set it to '')
  18. # Bind multiple commands using ; (command: 'menu; m; me')
  19. command: ''
  20.  
  21. # OPTIONAL
  22. # How frequently the menu will be refreshed, in seconds.
  23. # Useful if you have variables in items' descriptions.
  24. auto-refresh: 5
  25.  
  26. # OPTIONAL
  27. # This command command will be executed when the menu is opened.
  28. # Supports all the icon command types.
  29. open-action: []
  30.  
  31. # OPTIONAL
  32. # The menu will open only when right-clicking with a compass.
  33. open-with-item:
  34. id: compass
  35. left-click: false
  36. right-click: true
  37.  
  38.  
  39. ######################
  40. #+ +#
  41. # ITEMS #
  42. #+ +#
  43. ######################
  44.  
  45.  
  46. skyblock:
  47. COMMAND: 'server skyblock'
  48. NAME: '&5&l&ki&d&L&ki&5&l&ki&r &5&nSkyblock&r &5&l&ki&d&l&ki&5&l&ki&r'
  49. LORE:
  50. - '&e&LRIGHT CLICK!'
  51. - ''
  52. - '&fStatus: &CMAINTENANCE'
  53. ID: GRASS
  54. POSITION-X: 5
  55. POSITION-Y: 2
  56.  
  57.  
  58. kitpvp:
  59. COMMAND: 'server kitpvp'
  60. NAME: '&6&l&ki&e&L&ki&6&l&ki&r &e&nKitPvp&r &6&l&ki&e&l&ki&6&l&ki&r'
  61. LORE:
  62. - '&e&LRIGHT CLICK'
  63. - ''
  64. - '&fStatus: &CMAINTENANCE'
  65. ID: IRON_SWORD
  66. POSITION-X: 4
  67. POSITION-Y: 3
  68.  
  69.  
  70. factions:
  71. COMMAND: 'server factions'
  72. NAME: '&4&l&ki&c&L&ki&4&l&ki&r &4&nFactions&r &4&l&ki&c&l&ki&4&l&ki&r'
  73. LORE:
  74. - '&e&LRIGHT CLICK'
  75. - ''
  76. - '&fStatus: &cMAINTENANCE'
  77. ID: TNT
  78. POSITION-X: 5
  79. POSITION-Y: 3
  80.  
  81.  
  82. anarchy:
  83. COMMAND: 'server anarchy'
  84. NAME: '&6&l&ki&e&L&ki&6&l&ki&r &6&nAnarchy&r &6&l&ki&e&l&ki&6&l&ki&r'
  85. LORE:
  86. - '&e&LRIGHT CLICK'
  87. - ''
  88. - '&fStatus: &cMAINTENANCE'
  89. ID: BOW
  90. POSITION-X: 6
  91. POSITION-Y: 3
  92.  
  93.  
  94. air:
  95. COMMAND: ''
  96. NAME: '&7'
  97. LORE:
  98. - '&7'
  99. ID: STAINED_GLASS_PANE:10
  100. POSITION-X: 1
  101. POSITION-Y: 1
  102.  
  103.  
  104. air2:
  105. COMMAND: ''
  106. NAME: '&7'
  107. LORE:
  108. - '&7'
  109. ID: STAINED_GLASS_PANE:10
  110. POSITION-X: 1
  111. POSITION-Y: 2
  112.  
  113.  
  114. air3:
  115. COMMAND: ''
  116. NAME: '&7'
  117. LORE:
  118. - '&7'
  119. ID: STAINED_GLASS_PANE:10
  120. POSITION-X: 1
  121. POSITION-Y: 3
  122.  
  123.  
  124. air4:
  125. COMMAND: ''
  126. NAME: '&7'
  127. LORE:
  128. - '&7'
  129. ID: STAINED_GLASS_PANE:10
  130. POSITION-X: 1
  131. POSITION-Y: 4
  132.  
  133.  
  134. close:
  135. NAME: '&cClose'
  136. ID: NETHER_STAR
  137. LORE: []
  138. POSITION-X: 9
  139. POSITION-Y: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement