Advertisement
Guest User

SOLVED

a guest
May 20th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 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.  
  7. #Item slot
  8. ServerSelectorItemSlot: 2
  9.  
  10. #Server Selector enabled?
  11. ServerSelector: true
  12.  
  13. #Command or bungee? Command will replace Server(Number)Name
  14. Command: true
  15.  
  16. #Amount of inventory rows
  17. Rows: 1
  18.  
  19. #Amount of items in the inventory
  20. Items: 2
  21.  
  22. #In what inventory slot should the compass be in by default?
  23. ServerSelectorSlot: 0
  24. ServerSelectorDisplayName: '&fServer Selector'
  25. ServerSelectorTitle: '&b&lDestoCompass'
  26. ServerSelectorItemType: COMPASS
  27. #Inventory items.
  28. Item1Type: 'CHEST'
  29. Item1DisplayName: '&a&lSurvival Games'
  30. Item1Server: 'Survival Games'
  31. Item1Lore:
  32. - '&1Fight! Find the loot in chests'
  33. - '&7Intense Matches'
  34. Item1Commands:
  35. - 'warp SurvivalGames'
  36. #Inventory items.
  37. Item2Type: 'HAY_BLOCK'
  38. Item2DisplayName: '&1&lBlock Hunt'
  39. Item2Server: 'Block Hunt'
  40. Item2Lore:
  41. - '&bHide! Or Seek!'
  42. - '&5Be The Block!'
  43. Item2Commands:
  44. - 'warp BlockHunt'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement