Advertisement
Guest User

iseb

a guest
Jun 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # MENU SETTINGS #
  4. #+ +#
  5. ######################
  6.  
  7. menu-settings:
  8.  
  9. # name - appears as the title - REQUIRED
  10. name: '&3&lPick a Server!'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 1
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'Server'
  18.  
  19. # auto-refresh - OPTIONAL
  20. # How frequently the menu will be refreshed, in seconds.
  21. # Useful if you have variables in items' descriptions.
  22. auto-refresh: 5
  23.  
  24. # This command command will be execute when the menu is opened.
  25. # Supports all the icon command types.
  26. open-action: 'tell: &3&lYou opened the server selector menu'
  27. # open-with-item - OPTIONAL
  28. # The menu will open only right-clicking with compass [345]
  29. open-with-item:
  30. id: 345
  31. left-click: false
  32. right-click: true
  33.  
  34.  
  35. ######################
  36. #+ +#
  37. # ITEMS #
  38. #+ +#
  39. ######################
  40.  
  41. 1:
  42. COMMAND: 'world RainBowMountains'
  43. NAME: 'Hub'
  44. LORE:
  45. - '&7─ Server hub'
  46. - '&bClick To connect'
  47. ID: 89
  48. POSITION-X: 2
  49. POSITION-Y: 1
  50. 2:
  51. COMMAND: 'world pvp'
  52. NAME: 'Pvp'
  53. LORE:
  54. - '&7─ Pvp World'
  55. - '&bClick To connect'
  56. ID: 276
  57. POSITION-X: 4
  58. POSITION-Y: 1
  59. 3:
  60. COMMAND: 'world Skyblock'
  61. NAME: 'Skyblock'
  62. LORE:
  63. - '&7─ Skyblock World'
  64. - '&bClick To connect'
  65. ID: 2
  66. POSITION-X: 6
  67. POSITION-Y: 1
  68. 4:
  69. COMMAND: 'world alazar'
  70. NAME: 'Alazar'
  71. LORE:
  72. - '&7─ Faction World'
  73. - '&bClick To connect'
  74. ID: 46
  75. POSITION-X: 8
  76. POSITION-Y: 1
  77.  
  78.  
  79. 38:
  80. NAME: '&4✘'
  81. LORE:
  82. ID: '160:15'
  83. KEEP-OPEN: true
  84. POSITION-X: 1
  85. POSITION-Y: 1
  86. 39:
  87. NAME: '&4✘'
  88. LORE:
  89. ID: '160:15'
  90. KEEP-OPEN: true
  91. POSITION-X: 3
  92. POSITION-Y: 1
  93. 40:
  94. NAME: '&4✘'
  95. LORE:
  96. ID: '160:15'
  97. KEEP-OPEN: true
  98. POSITION-X: 5
  99. POSITION-Y: 1
  100. 41:
  101. NAME: '&4✘'
  102. LORE:
  103. ID: '160:15'
  104. KEEP-OPEN: true
  105. POSITION-X: 7
  106. POSITION-Y: 1
  107. 42:
  108. NAME: '&4✘'
  109. LORE:
  110. ID: '160:15'
  111. KEEP-OPEN: true
  112. POSITION-X: 9
  113. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement