Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #####################################
- ###########Hub Config File###########
- #####################################
- #true = enabled.
- #Make people Adventure mode when they join?
- adventuremode: true
- #Give people Speed potion effect when they join?
- speedpotion: false
- #Speed potion level
- speedpotionlevel: 1
- #Give people Jump potion effect when they join?
- jumppotion: false
- #Speed potion level
- jumppotionlevel: 1
- #Delete 'player.dat' when a player disconnects?
- playerdata: false
- #Disable hunger?
- hunger: true
- #Disable chat?
- chat: false
- #Disable rain?
- rain: true
- #Cancel item drops?
- itemdrop: false
- #Disable leave message?
- leavemessage: true
- #Custom leave message? Replaces <player> with the players name.
- leavemsg: '&b<player> &chas left.'
- #Disable join messages?
- joinmessage: true
- #Custom join message? Replaces <player> with the players name.
- joinmsg: '&b<player> &ahas joined.'
- #
- #Teleport player on join?
- #
- teleportjoin: false
- tpjoinx: 5
- tpjoiny: 5
- tpjoinz: 5
- tpjoinf: 2
- #
- #Chat
- #
- #Show a message when a player tries to talk (If chat is disabled)
- chatmessage: false
- chatmsg: '&bSorry, chat is disabled.'
- #
- #Worlds
- #
- #Want the plugin only to be enabled in one world?
- world: false
- worldname: 'world'
- #LOCK TIME
- #World name:
- locktime: false
- locktimeworld: 'world'
- locktimetime: 0
- #Teleport players if they fall through the void?
- voidteleport: true
- ## PLAYER SHOW/HIDE ##
- #Enable the torch?
- torch: true
- #TorchCooldown?
- TorchCooldown: true
- #Cooldown in MS (1000 = 1 second)
- TorchCooldownTime: 5000
- #Message for the player when they try to use the item when it is on cooldown
- TorchCooldownMessage: '&cYou can not use that item yet!'
- #In what item slot should the torch be in? (1-9)
- TorchItemSlot: 1
- #Item that the player rwill have to hide players.
- PlayerVisibilityItem: REDSTONE_TORCH_ON
- PlayerVisibilityItemName: '&cHide Players'
- PlayerVisibilityItemLore: '&cRight click to Hide players.'
- #Item that the player will have to active players again.
- PlayerInvisibilityItem: REDSTONE_TORCH_OFF
- PlayerInvisibilityItemName: '&aShow Players'
- PlayerInvisibilityItemLore: '&bRight click to Show players.'
- #DOUBLE JUMP
- #Enable double jump?
- EnableDoubleJump: true
- #Cooldown?
- DoubleJumpCooldown: true
- #Cooldown time default 10 seconds
- DoubleJumpCooldownTime: 10000
- #Double jump sound?
- DoubleJumpSound: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement