Advertisement
Guest User

ServerSelector config solution

a guest
May 3rd, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.62 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: 2
  8. #Server Selector enabled?
  9. ServerSelector: true
  10. #Command or bungee? Command will replace Server(Number)Name
  11. Command: true
  12. #Amount of inventory rows
  13. Rows: 6
  14. #Amount of items in the inventory
  15. Items: 5
  16. #In what inventory slot should the compass be in by default?
  17. ServerSelectorSlot: 0
  18. ServerSelectorDisplayName: '&fServer Selector'
  19. ServerSelectorTitle: '&8Server selectie'
  20. ServerSelectorItemType: COMPASS
  21. #Inventory items.
  22. Item1Type: 'BEACON'
  23. Item1DisplayName: '&cspawn'
  24. Item1Server: 'spawn'
  25. Item1Lore:
  26. - '&cWarp naar de spawn'
  27. Item1Commands:
  28. - 'warp spawn'
  29. Item2Type: 'DIAMOND_SWORD'
  30. Item2DisplayName: '&cSurvivalgames'
  31. Item2Server: 'sg'
  32. Item2Lore:
  33. - '&cWarp naar de survivalgames server'
  34. Item2Commands:
  35. - 'warp survivalgames'
  36. Item3Type: 'DIAMOND_HOE'
  37. Item3DisplayName: '&cQuake'
  38. Item3Server: 'quake'
  39. Item3Lore:
  40. - '&cWarp naar de quake-craft server'
  41. Item3Commands:
  42. - 'warp quake'
  43. Item4Type: 'DIAMOND_SPADE'
  44. Item4DisplayName: '&cSpleef'
  45. Item4Server: 'spleef'
  46. Item4Lore:
  47. - '&cWarp naar de spleef server'
  48. Item4Commands:
  49. - 'warp spleef'
  50. Item5Type: 'OBSIDIAN'
  51. Item5DisplayName: '&cCreative'
  52. Item5Server: 'crea'
  53. Item5Lore:
  54. - '&cWarp naar de creative plotserver'
  55. Item5Commands:
  56. - 'warp crea'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement