Advertisement
Guest User

Untitled

a guest
Jan 19th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 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: false
  10. #Speed potion level
  11. speedpotionlevel: 1
  12. #Give people Jump potion effect when they join?
  13. jumppotion: false
  14. #Speed potion level
  15. jumppotionlevel: 1
  16. #Delete 'player.dat' when a player disconnects?
  17. playerdata: false
  18. #Disable hunger?
  19. hunger: true
  20. #Disable chat?
  21. chat: false
  22. #Disable rain?
  23. rain: true
  24. #Cancel item drops?
  25. itemdrop: false
  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. #
  36. #Teleport player on join?
  37. #
  38. teleportjoin: false
  39. tpjoinx: 5
  40. tpjoiny: 5
  41. tpjoinz: 5
  42. tpjoinf: 2
  43. #
  44. #Chat
  45. #
  46. #Show a message when a player tries to talk (If chat is disabled)
  47. chatmessage: false
  48. chatmsg: '&bSorry, chat is disabled.'
  49. #
  50. #Worlds
  51. #
  52. #Want the plugin only to be enabled in one world?
  53. world: false
  54. worldname: 'world'
  55.  
  56. #LOCK TIME
  57. #World name:
  58. locktime: false
  59. locktimeworld: 'world'
  60. locktimetime: 0
  61.  
  62. #Teleport players if they fall through the void?
  63. voidteleport: true
  64.  
  65. ## PLAYER SHOW/HIDE ##
  66. #Enable the torch?
  67. torch: true
  68. #TorchCooldown?
  69. TorchCooldown: true
  70. #Cooldown in MS (1000 = 1 second)
  71. TorchCooldownTime: 5000
  72. #Message for the player when they try to use the item when it is on cooldown
  73. TorchCooldownMessage: '&cYou can not use that item yet!'
  74. #In what item slot should the torch be in? (1-9)
  75. TorchItemSlot: 1
  76. #Item that the player rwill have to hide players.
  77. PlayerVisibilityItem: REDSTONE_TORCH_ON
  78. PlayerVisibilityItemName: '&cHide Players'
  79. PlayerVisibilityItemLore: '&cRight click to Hide players.'
  80. #Item that the player will have to active players again.
  81. PlayerInvisibilityItem: REDSTONE_TORCH_OFF
  82. PlayerInvisibilityItemName: '&aShow Players'
  83. PlayerInvisibilityItemLore: '&bRight click to Show players.'
  84.  
  85. #DOUBLE JUMP
  86. #Enable double jump?
  87. EnableDoubleJump: true
  88. #Cooldown?
  89. DoubleJumpCooldown: true
  90. #Cooldown time default 10 seconds
  91. DoubleJumpCooldownTime: 10000
  92. #Double jump sound?
  93. DoubleJumpSound: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement