Advertisement
Guest User

Hub Essentials Main Config

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