Advertisement
Guest User

Untitled

a guest
Apr 13th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. #Hub 1.2.0
  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 0 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. #In what inventory slot should the compass be in by default?
  13. ServerSelectorSlot: 0
  14. ServerSelectorDisplayName: '&fServer Selector'
  15. ServerSelectorTitle: '&bTitle'
  16. ServerSelectorItemType: COMPASS
  17. #Server1 (First item)
  18. Server1DisplayName: '&cPvP &3Server'
  19. Server1Description: '&bExample'
  20. Server1Name: 'pvp'
  21. Server1ItemType: DIAMOND_SWORD
  22. #Server2 (Second item)
  23. Server2DisplayName: '&cSurvival &3Server'
  24. Server2Description: '&bExample'
  25. Server2Name: 'survival'
  26. Server2ItemType: TNT
  27. #Server3 (Third item)
  28. Server3DisplayName: '&cCreative &3Server'
  29. Server3Description: '&bExample'
  30. Server3Name: 'creative'
  31. Server3ItemType: MOB_SPAWNER
  32. #Server4 (Fourth item)
  33. Server4DisplayName: '&cPvP &3Server'
  34. Server4Description: '&bExample'
  35. Server4Name: 'pvp'
  36. Server4ItemType: DIRT
  37. #Server5 (Fifth item)
  38. Server5DisplayName: '&cSurvival &3Server'
  39. Server5Description: '&bExample'
  40. Server5Name: 'survival'
  41. Server5ItemType: BEDROCK
  42. #Server6 (Sixth item)
  43. Server6DisplayName: '&cCreative &3Server'
  44. Server6Description: '&bExample'
  45. Server6Name: 'creative'
  46. Server6ItemType: LAVA_BUCKET
  47. #Server7 (Seventh item)
  48. Server7DisplayName: '&cPvP &3Server'
  49. Server7Description: '&bExample'
  50. Server7Name: 'server pvp'
  51. Server7ItemType: DIAMOND
  52. #Server8 (Eighth item)
  53. Server8DisplayName: '&cCreative &3Server'
  54. Server8Description: '&bExample'
  55. Server8Name: 'creative'
  56. Server8ItemType: GOLD_INGOT
  57. #Server9 (Nineth item)
  58. Server9DisplayName: '&cPvP &3Server'
  59. Server9Description: '&bExample'
  60. Server9Name: 'pvp'
  61. Server9ItemType: DIAMOND_CHESTPLATE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement