Advertisement
Guest User

server selector

a guest
Feb 13th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 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: 2
  14. #Amount of items in the inventory
  15. Items: 1
  16. #In what inventory slot should the compass be in by default?
  17. ServerSelectorSlot: 0
  18. ServerSelectorDisplayName: '&fServer Selector'
  19. ServerSelectorTitle: '&bTitle'
  20. ServerSelectorItemType: WATCH
  21. #Inventory items.
  22. Item1Type: 'DIAMOND_PICKAXE'
  23. Item1DisplayName: '&cCreative World'
  24. Item1Server: 'Creative'
  25. Item1Lore:
  26. - '&4There Are Plots To Build On Just Type /Plotme Auto'
  27. Item1Commands:
  28. - 'mvtp plotworld'
  29. Item2Type: 'lblueglass'
  30. Item2DisplayName: '&cSkyBlock'
  31. Item2Server: 'SkyBlock'
  32. Item2Lore:
  33. - '&4SkyBlock Just Click To Be Teleported To An Island!'
  34. Item2Commands:
  35. - 'island'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement