Advertisement
Guest User

Untitled

a guest
Oct 21st, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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: 4
  16. #In what inventory slot should the compass be in by default?
  17. ServerSelectorSlot: 0
  18. ServerSelectorDisplayName: '&aServer Selector'
  19. ServerSelectorTitle: '&6Server Selector'
  20. ServerSelectorItemType: COMPASS
  21. #Inventory items.
  22. Item1Type: '278'
  23. Item1DisplayName: '&bOp&fPrison'
  24. Item1Server: 'OpPrison'
  25. Item1Lore:
  26. - '&8Custom enchants op prison'
  27. Item1Commands:
  28. - 'warp world1'
  29. Item2Type: '276'
  30. Item2DisplayName: '&bOp&fPvP'
  31. Item2Server: 'OpPvP'
  32. Item2Lore:
  33. Item2Commands:
  34. - 'warp world1'
  35. Item3Type: '282'
  36. Item3DisplayName: '&bOp&fSoup'
  37. Item3Server: 'OpSoup'
  38. Item3Lore:
  39. - '&cComing soon'
  40. Item3Commands:
  41. - 'warp world1'
  42. Item4Type: '311'
  43. Item4DisplayName: '&bOp&fFactions'
  44. Item4Server: 'OpFactions'
  45. Item4Lore:
  46. Item4Commands:
  47. - 'warp world1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement