Advertisement
Guest User

Untitled

a guest
Jul 11th, 2014
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. #####################################
  2. ###########HubConfig 1.5.4###########
  3. #####################################
  4. #true = enabled.
  5.  
  6. WorldName: 'The_Hub'
  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: false
  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: false
  53. chatmsg: '&bSorry, chat is disabled.'
  54.  
  55. #Moving items
  56. #Prevent a player from moving items in their inventory? hubessentials.inventorymovebypass to bypass
  57. CancelInventoryMove: false
  58. #Add things after death
  59. ItemsOnDeath: true
  60. #Cancel inventory clear
  61. CancelInventoryClear: false
  62. #Player popping(Hide players if you hit them?)
  63. PlayerPopping: false
  64. #Play a sound?
  65. PlayerPoppingSound: false
  66. #Display a smoke effect?
  67. PlayerPoppingEffect: true
  68.  
  69. #LOCK TIME
  70. #World name:
  71. locktime: true
  72. locktimetime: 0
  73.  
  74. #AFK KICK
  75. #Enable it?
  76. AfkKick: true
  77. #Every time it will check if players are afk.
  78. AfkKickInterval: 300
  79. AfkKickMessage: '&cKicked for being afk!'
  80.  
  81. #Teleport players if they fall through the void? Requires damage to be disabled.
  82. VoidTeleport: true
  83.  
  84. ## PLAYER SHOW/HIDE ##
  85. #Enable the torch?
  86. torch: true
  87. #TorchCooldown?
  88. TorchCooldown: true
  89. #Cooldown in MS (1000 = 1 second)
  90. TorchCooldownTime: 5000
  91. #Message for the player when they try to use the item when it is on cooldown
  92. TorchCooldownMessage: '&cYou can not use that item yet!'
  93. #In what item slot should the torch be in? (1-9)
  94. TorchItemSlot: 1
  95. #Item that the player rwill have to hide players.
  96. PlayerVisibilityItem: 'BLAZE_ROD'
  97. PlayerVisibilityItemName: '&cHide Players'
  98. PlayerVisibilityItemLore: '&cRight click to Hide players.'
  99. #Item that the player will have to active players again.
  100. PlayerInvisibilityItem: 'STICK'
  101. PlayerInvisibilityItemName: '&aShow Players'
  102. PlayerInvisibilityItemLore: '&bRight click to Show players.'
  103.  
  104. #DOUBLE JUMP
  105. #Enable double jump?
  106. EnableDoubleJump: false
  107. #Cooldown?
  108. DoubleJumpCooldown: true
  109. #Cooldown time default 10 seconds
  110. DoubleJumpCooldownTime: 10000
  111. #Double jump sound?
  112. DoubleJumpSound: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement