Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. # Number of rows of slots of your server selector menu. For example '2' will mean 2*9 = 18 slots. Max value is 6.
  2. rows: 3
  3.  
  4. # This will be displayed as the title of the menu. You cannot have multiple menus with the same title!
  5. title: '&6Server Selector'
  6.  
  7. # This will be the name of the server selector item
  8. item-name: '&6Server Selector &7(Right Click)'
  9.  
  10. # Item lore. For no lore, put 'none' in the first line.
  11. item-lore:
  12. - 'none'
  13.  
  14. # The name of the server selector item. Specify "NONE" for no item.
  15. item: COMPASS
  16. data: 0
  17.  
  18. # Give the item when a player joins?
  19. on-join: true
  20.  
  21. # What slot should the item be in? Specify -1 to automatically put it in the first available slot.
  22. inv-slot: 4
  23.  
  24. # URL clickable message
  25. url-message: '&3&lClick here'
  26.  
  27. # Command to open the menu. Specify "none" for no command. (without /)
  28. command: "server-selector"
  29.  
  30. # https://github.com/ServerSelectorX/ServerSelectorX/wiki/Free-%7C-Items-in-the-server-selector
  31. menu:
  32.  
  33. 12:
  34. ping-server: false
  35. ip: 104.193.177.10
  36. port: 53087
  37.  
  38. action: 'srv:skyblock'
  39.  
  40. # Online is used when ping-server is turned off, or ping-server is turned on and the server is online.
  41. online:
  42. item: MAGMA_BLOCK
  43. name: '&eInfernal Skyblock &7(Click)'
  44. lore:
  45. - ''
  46. - ' &7● Status: &aOnline'
  47. - ' &7● Reccommended Version: &e1.14.2'
  48. - ' &7● Players: &f{online} / {max}'
  49. - ''
  50. - ' &7● Played by: &cN/A'
  51. - ''
  52. - ' &7● Race your friends through a series'
  53. - '&7of challenges while living on an island'
  54. - '&7in the sky!'
  55. - ''
  56. - ' &7● Custom Economy, Crates, Kits'
  57. - ' &7● 300 block islands'
  58. - ''
  59. - '&eClick to join...'
  60.  
  61. # Offline is used when ping-server is turned on and the server is offline.
  62. offline:
  63. item: DIRT
  64. name: '&eInfernal Skyblock &7&m(Click)&r'
  65. lore:
  66. - ''
  67. - ' &7● Status: &cOffline'
  68. - ' &7● Reccommended Version: &e1.14.2'
  69. - ' &7● Players: &f{online} / {max}'
  70. - ''
  71. - ' &7● Played by: &cN/A'
  72. - ''
  73. - ' &7● Race your friends through a series'
  74. - '&7of challenges while living on an island'
  75. - '&7in the sky!'
  76. - ''
  77. - ' &7● Custom Economy, Crates, Kits'
  78. - ' &7● 300 block islands'
  79. - ''
  80. - '&cServer offline! &7(Cannot Connect)'
  81.  
  82. 14:
  83. ping-server: false
  84. ip: 107.172.93.98
  85. port: 61377
  86.  
  87. action: 'srv:survival'
  88.  
  89. # Online is used when ping-server is turned off, or ping-server is turned on and the server is online.
  90. online:
  91. item: DARK_PRISMARINE
  92. name: '&eAqua Survival &7(Click)'
  93. lore:
  94. - ''
  95. - ' &7● Status: &aOnline'
  96. - ' &7● Reccommended Version: &e1.14.2'
  97. - ' &7● Players: &f{online} / {max}'
  98. - ''
  99. - ' &7● Played by: &cN/A'
  100. - ''
  101. - ' &7● Play some good ol' Minecraft with your'
  102. - '&7friends while working with our multiple'
  103. - '&7unique addons!'
  104. - ''
  105. - ' &7● Custom Economy, Crates, Kits'
  106. - ' &7● Unique Claiming System'
  107. - ''
  108. - '&eClick to join...'
  109.  
  110. # Offline is used when ping-server is turned on and the server is offline.
  111. offline:
  112. item: BEDROCK
  113. name: '&eAqua Survival &7&m(Click)&r'
  114. lore:
  115. - ''
  116. - ' &7● Status: &aOnline'
  117. - ' &7● Reccommended Version: &e1.14.2'
  118. - ' &7● Players: &f{online} / {max}'
  119. - ''
  120. - ' &7● Played by: &cN/A'
  121. - ''
  122. - ' &7● Play some good ol' Minecraft with your'
  123. - '&7friends while working with our multiple'
  124. - '&7unique addons!'
  125. - ''
  126. - ' &7● Custom Economy, Crates, Kits'
  127. - ' &7● Unique Claiming System'
  128. - ''
  129. - '&cServer Offline &7(Cannot Connect)'
  130.  
  131. -1: # -1 means everything else
  132. action: 'none'
  133. online:
  134. item: LIGHT_GRAY_STAINED_GLASS_PANE
  135. name: '&r'
  136. lore: 'none'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement