Advertisement
Guest User

default.yml

a guest
Dec 15th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 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: 1
  3.  
  4. # This will be displayed as the title of the menu. You cannot have multiple menus with the same title!
  5. title: '&c&lServer Selector'
  6.  
  7. # This will be the name of the server selector item
  8. item-name: '&b&lServer Selector'
  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: NETHER_STAR
  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"
  29.  
  30. # https://github.com/ServerSelectorX/ServerSelectorX/wiki/Free-%7C-Items-in-the-server-selector
  31. menu:
  32.  
  33. # Item in 4th slot (use 0 for first item). Add as many items as you want by copying this section and giving it a new number.
  34. 3:
  35.  
  36. # https://github.com/ServerSelectorX/ServerSelectorX/wiki/Free-%7C-Server-Pinging
  37. ping-server: true
  38. ip: free4.freemc.host
  39. port: 30150
  40.  
  41. # https://github.com/ServerSelectorX/ServerSelectorX/wiki/Actions
  42. action: 'srv:Factions'
  43.  
  44. # Change item count based on number of players online. Only works if server pinging is set up.
  45. # If there are more than 64 players online, the item count will be 1. Change how this works in config.yml.
  46. change-item-count: false
  47.  
  48. # This value is ignored when change-item-count is turned on.
  49. item-count: 1
  50.  
  51. # Online is used when ping-server is turned off, or ping-server is turned on and the server is online.
  52. online:
  53. item: TNT
  54. data: 0
  55. name: '&e&lFactions &7(1.8+)'
  56. lore:
  57. # Placeholders not working? https://github.com/ServerSelectorX/ServerSelectorX/wiki/FAQ#placeholders-are-not-working
  58. -'PvP, huge bases and raiding? Whats not to like?'
  59. -'Join factions with the {online} other people'
  60. -'and start your adventure'
  61. -'&bFeatures:'
  62. -'Crates'
  63. -'Events held often'
  64. -'Factions Fly'
  65. -'Auction House'
  66. -'&a&lONLINE'
  67.  
  68. # Offline is used when ping-server is turned on and the server is offline.
  69. offline:
  70. item: TNT
  71. data: 0
  72. name: '&e&lFactions &7(1.8+)'
  73. lore:
  74. -'PvP, huge bases and raiding? Whats not to like?'
  75. -'Join factions with the {online} other people'
  76. -'and start your adventure'
  77. -'&bFeatures:'
  78. -'Crates'
  79. -'Events held often'
  80. -'Factions Fly'
  81. -'Auction House'
  82. -'&4&lOFFLINE'
  83.  
  84.  
  85. -1: # -1 means everything else
  86. # https://github.com/ServerSelectorX/ServerSelectorX/wiki/Actions
  87. action: 'none'
  88. online:
  89. item: STAINED_GLASS_PANE
  90. data: 0
  91. name: ''
  92. lore:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement