Advertisement
Guest User

Untitled

a guest
Apr 13th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. #####################################
  2. ###########Hub Config File###########
  3. #####################################
  4. #true = enabled.
  5.  
  6. #Make people Adventure mode when they join?
  7. adventuremode: true
  8. #Give people Speed potion effect when they join?
  9. speedpotion: true
  10. #Speed potion level
  11. speedpotionlevel: 1
  12. #Give people Jump potion effect when they join?
  13. jumppotion: true
  14. #Speed potion level
  15. jumppotionlevel: 1
  16. #Delete 'player.dat' when a player disconnects?
  17. playerdata: true
  18. #Disable hunger?
  19. hunger: false
  20. #Disable chat?
  21. chat: true
  22. #Disable rain?
  23. rain: false
  24. #Cancel item drops?
  25. itemdrop: true
  26. #Disable leave message?
  27. leavemessage: true
  28. #Custom leave message? Replaces <player> with the players name.
  29. leavemsg: '&b<player> &chas left.'
  30. #Disable join messages?
  31. joinmessage: true
  32. #Custom join message? Replaces <player> with the players name.
  33. joinmsg: '&b<player> &ahas joined.'
  34. #
  35. #Teleport player on join?
  36. #
  37. teleportjoin: false
  38. tpjoinx: 5
  39. tpjoiny: 5
  40. tpjoinz: 5
  41. tpjoinf: 2
  42. #
  43. #Chat
  44. #
  45. #Show a message when a player tries to talk (If chat is disabled)
  46. chatmessage: false
  47. chatmsg: '&bSorry, chat is disabled.'
  48. #
  49. #Worlds
  50. #
  51. #Want the plugin only to be enabled in one world?
  52. world: true
  53. worldname: 'DemonicMC'
  54.  
  55. #LOCK TIME
  56. #World name:
  57. locktime: true
  58. locktimeworld: 'DemonicMC'
  59. locktimetime: 0
  60.  
  61. ## AUTO-BROADCASTER ##
  62. #Enable broadcaster?
  63. broadcaster: true
  64. #In seconds, how often it broadcasts. (120 = every 2 minutes)
  65. broadcast-interval: 120
  66. #look in plugins/HubBroadcast.txt
  67.  
  68. #Teleport players if they fall through the void?
  69. voidteleport: true
  70.  
  71. ## PLAYER SHOW/HIDE ##
  72. #Item that the player rwill have to hide players.
  73. PlayerVisibilityItem: REDSTONE_TORCH_ON
  74. PlayerVisibilityItemName: '&cHide Players'
  75. PlayerVisibilityItemLore: '&cRight click to Hide players.'
  76. #Item that the player will have to active players again.
  77. PlayerInvisibilityItem: REDSTONE_TORCH_OFF
  78. PlayerInvisibilityItemName: '&aShow Players'
  79. PlayerInvisibilityItemLore: '&bRight click to Show players.'
  80.  
  81. #
  82. #
  83. ######SERVER SELECTOR#####
  84. #
  85. #
  86. #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)
  87. #Server Selector enabled?
  88. #ITEM TYPE 0 WILL DISABLE THE SLOT.
  89. ServerSelector: true
  90. ServerSelectorDisplayName: '&fServer Selector'
  91. ServerSelectorTitle: '&bTitle'
  92. ServerSelectorItemType: COMPASS
  93. #Server1 (First item)
  94. Server1DisplayName: '&cFactions&3Server'
  95. Server1Description: '&bConquer Your Enemies!'
  96. command: warp ftest
  97. Server1ItemType: MOB_SPAWNER
  98. #Server2 (Second item)
  99. Server2DisplayName: '&cTowny'
  100. Server2Description: '&bCreate A Civilisation!'
  101. Command: warp ttest
  102. Server2ItemType: TNT
  103. #Server3 (Third item)
  104. Server3DisplayName: '&cCreative &3Server'
  105. Server3Description: '&bExample'
  106. Server3Name: 'creative'
  107. Server3ItemType: MOB_SPAWNER
  108. #Server4 (Fourth item)
  109. Server4DisplayName: '&cPvP &3Server'
  110. Server4Description: '&bExample'
  111. Server4Name: 'pvp'
  112. Server4ItemType: DIRT
  113. #Server5 (Fifth item)
  114. Server5DisplayName: '&cSurvival &3Server'
  115. Server5Description: '&bExample'
  116. Server5Name: 'survival'
  117. Server5ItemType: BEDROCK
  118. #Server6 (Sixth item)
  119. Server6DisplayName: '&cCreative &3Server'
  120. Server6Description: '&bExample'
  121. Server6Name: 'creative'
  122. Server6ItemType: LAVA_BUCKET
  123. #Server7 (Seventh item)
  124. Server7DisplayName: '&cPvP &3Server'
  125. Server7Description: '&bExample'
  126. Server7Name: 'server pvp'
  127. Server7ItemType: DIAMOND
  128. #Server8 (Eighth item)
  129. Server8DisplayName: '&cCreative &3Server'
  130. Server8Description: '&bExample'
  131. Server8Name: 'creative'
  132. Server8ItemType: GOLD_INGOT
  133. #Server9 (Nineth item)
  134. Server9DisplayName: '&cPvP &3Server'
  135. Server9Description: '&bExample'
  136. Server9Name: 'pvp'
  137. Server9ItemType: DIAMOND_CHESTPLATE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement