Advertisement
Guest User

Config Example

a guest
May 17th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. #Hub Essentials 1.5.4
  2. ######SERVER SELECTOR#####
  3. #
  4. #Servername: Name item will display. Serverdescription: The lore the item will have (Text under the item). Command: The command the player will use when they select an item, example: /server pvp. Use & and a color code for colors. Server Item Type = The item it will be use (Item ID)
  5. #ITEM TYPE 'AIR' WILL DISABLE THE SLOT.
  6. #Item slot
  7. ServerSelectorItemSlot: 1
  8. #Server Selector enabled?
  9. ServerSelector: true
  10. #Command or bungee? Command will replace Server(Number)Name
  11. Command: false
  12. #Amount of inventory rows
  13. Rows: 1
  14. #Amount of items in the inventory
  15. Items: 2
  16. #In what inventory slot should the compass be in by default?
  17. ServerSelectorSlot: 1
  18. ServerSelectorDisplayName: '&aPick a server!'
  19. ServerSelectorTitle: '&c&l&oServers'
  20. ServerSelectorItemType: COMPASS
  21. #Inventory items.
  22. Item1Type: '93'
  23. Item1DisplayName: '&6NothingShowsUpHere'
  24. Item1Server: 'NothingShowsUpHere'
  25. Item1Lore:
  26. - '&bThisLoreWontShow'
  27. - '&bThisLoreWontShow'
  28. Item1Commands:
  29. - ''
  30. Item2Type: 'LOG'
  31. Item2DisplayName: '&6Hardcore &3Server'
  32. Item2Server: 'HardcoreComingSoon'
  33. Item2Lore:
  34. - '&bEnjoy yourself with this custom gamemode with Custom mobs,'
  35. - '&bJetpacks, and much more!'
  36. Item2Commands:
  37. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement