Config

http://i.epvpimg.com/DqbMf.png

LobbyTools is a plugin with useful things for your lobbyserver. You can disable inventory changes, item drops and pickups, build and chat.. Give players fixed items into their inventory. A cool customizable launchpad is integrated, too! In the newest version I added a trampoline. Have fun :D



Sample config

lobbytools:
#Want to use permissions?
use-permissions: false

#Want to enable per world permissions? use-permissions need to be true to use this
use-per-world-permissions: false

#Enable exact spawn on every login?
use-exact-spawn: false

#Exact spawn-point if enabled(Dont touch this - its per comamnd)
exact-spawn-loc: 'world,0,0,0,0,0'

# Give players a infinite potion?
give-infinite-potions: false

# Usage.. POTION_NAME(double point)LEVEL
# Example names.. www.goo.gl/J0XB97
infinite-potions:
- SPEED:2
- JUMP:1

# Enter all worlds you want to give the potion
# Enter "all" or "*" to give potion in all worlds
give-potions-worlds:
- world
- lobby
- hub

#To disable any changes in their inventory
disable-inventory-move: true

#Disable quit message
disable-quit-message: true

#Disable join message
disable-join-message: true

#Enable teleport-height
enable-teleport-height: false

#Define teleport-height
teleport-height: 0

#Teleport-height location(Use /lt settploc)
teleport-height-location: 'world,0,0,0,0,0'

#Disable players item drops
disable-item-drop: true

#Disable item pickups
disable-item-pickup: true

#Disable build and place
disable-build: true 

#Disable all death-messages
disable-death-messages: true

#Mute the chat global
disable-chat: false

# Disable commands?
# Excludeing all lobbytools commands because this is toggable
disable-commands: false

# Which commands you want to disable?
# Enter "all" or "*" for all
disabled-commands-list:
- /warp
- /server

#Enable the cool launchpad
enable-launchpad: true

#ID from the Launchpad Block
launchpad-id: 152

#3-10 speed is okay
launchpad-speed: 4

#Enable the Launchpad?
enable-trampoline: true

#Button block id of the trampolin(sponge)
trampoline-id: 3

#The power of your trampoline..
trampoline-height: 15

# Disable fall -damage?
disable-falldamage: true

# Disable all damage?
disable-alldamage: true

# Disable hunger?
disable-hunger: true

#Clear inventory on joining or death
clearinv: true

#Give the player items on death
hotbar-items-on-death: true

#Give the player items on join
hotbar:
  slot1:
    item: id@345 name@&a&lChoose_a_server amount@1 lore@Play_on_me! lore@Just_click_on_me. enchant@PROTECTION_ENVIRONMENTAL@2
    execute-command: false
    command: ''
    use: false
  slot2:
    item: id@347
    execute-command: true
    command: /say Hello!
    use: false
  slot3:
    item: id@0
    execute-command: false
    command: ''
    use: false
  slot4:
    item: id@0
    execute-command: false
    command: ''
    use: false
  slot5:
    item: id@0
    execute-command: false
    command: ''
    use: false
  slot6:
    item: id@0
    execute-command: false
    command: ''
    use: false
  slot7:
    item: id@0
    execute-command: false
    command: ''
    use: false
  slot8:
    item: id@0
    execute-command: false
    command: ''
    use: false
  slot9:
    item: id@0
    execute-command: false
    command: ''
    use: false

Comments

Posts Quoted:
Reply
Clear All Quotes