Advertisement
Guest User

could help...

a guest
May 21st, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. #####################################
  2. ###########HubConfig 1.5.4###########
  3. #####################################
  4. #true = enabled.
  5.  
  6. WorldName: 'Spawn'
  7. #Disable block placing/breaking?
  8. BlockBreakPlace: true
  9. #Make people Adventure mode when they join?
  10. adventuremode: true
  11. #Give people Speed potion effect when they join?
  12. speedpotion: true
  13. #Speed potion level
  14. speedpotionlevel: 1
  15. #Give people Jump potion effect when they join?
  16. jumppotion: true
  17. #Speed potion level
  18. jumppotionlevel: 1
  19. #Delete 'player.dat' when a player disconnects?
  20. playerdata: true
  21. #Disable hunger?
  22. hunger: true
  23. #Disable chat?
  24. chat: false
  25. #Disable rain?
  26. rain: true
  27. #Cancel item drops?
  28. itemdrop: true
  29. #Cancel player damage?
  30. disabledamage: true
  31. #Disable leave message?
  32. leavemessage: true
  33. #Custom leave message? Replaces <player> with the players name.
  34. leavemsg: '&b<player> &chas left.'
  35. #Disable join messages?
  36. joinmessage: true
  37. #Custom join message? Replaces <player> with the players name.
  38. joinmsg: '&b<player> &ahas joined.'
  39. #
  40. #Teleport player on join?
  41. #
  42. teleportjoin: false
  43. LocationX: 5
  44. LocationY: 5
  45. LocationZ: 5
  46. LocationYaw: 2
  47. LocationPitch: 5
  48. #
  49. #Chat
  50. #
  51. #Show a message when a player tries to talk (If chat is disabled)
  52. chatmessage: true
  53. chatmsg: '&bSorry, chat is disabled.'
  54. #
  55. #Worlds
  56. #
  57. #Want the plugin only to be enabled in one world?
  58. world: true
  59.  
  60. #Moving items
  61. #Prevent a player from moving items in their inventory? hubessentials.inventorymovebypass to bypass
  62. CancelInventoryMove: true
  63. #Add things after death
  64. ItemsOnDeath: true
  65. #Cancel inventory clear
  66. CancelInventoryClear: false
  67. #Player popping(Hide players if you hit them?)
  68. PlayerPopping: true
  69. #Play a sound?
  70. PlayerPoppingSound: false
  71. #Display a smoke effect?
  72. PlayerPoppingEffect: true
  73.  
  74. #LOCK TIME
  75. #World name: Spawn
  76. locktime: true
  77. locktimetime: 6500
  78.  
  79. #AFK KICK
  80. #Enable it?
  81. AfkKick: false
  82. #Every time it will check if players are afk.
  83. AfkKickInterval: 300
  84. AfkKickMessage: '&4Dont Just Stand There Go Play...!'
  85.  
  86. #Teleport players if they fall through the void?
  87. voidteleport: false
  88.  
  89. ## PLAYER SHOW/HIDE ##
  90. #Enable the torch?
  91. torch: true
  92. #TorchCooldown?
  93. TorchCooldown: true
  94. #Cooldown in MS (1000 = 1 second)
  95. TorchCooldownTime: 5000
  96. #Message for the player when they try to use the item when it is on cooldown
  97. TorchCooldownMessage: '&4Dont Abuse That Poor Thing!'
  98. #In what item slot should the torch be in? (1-9)
  99. TorchItemSlot: 1
  100. #Item that the player rwill have to hide players.
  101. PlayerVisibilityItem: 'BLAZE_ROD'
  102. PlayerVisibilityItemName: '&cHide Players'
  103. PlayerVisibilityItemLore: '&cRight click to Hide players.'
  104. #Item that the player will have to active players again.
  105. PlayerInvisibilityItem: 'STICK'
  106. PlayerInvisibilityItemName: '&aShow Players'
  107. PlayerInvisibilityItemLore: '&bRight click to Show players.'
  108.  
  109. #DOUBLE JUMP
  110. #Enable double jump?
  111. EnableDoubleJump: false
  112. #Cooldown?
  113. DoubleJumpCooldown: true
  114. #Cooldown time default 10 seconds
  115. DoubleJumpCooldownTime: 10000
  116. #Double jump sound?
  117. DoubleJumpSound: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement