Configuration File - Config.yml

# SimpleLobby - Bukkit plugin useful for BungeeCord Lobbies.
# You can find a full config guide on the Bukkit page 

lobby-world: world # set lobby world
on-login:
  clear-inv: true # clear inventory if they login in lobby world?
  god-mode: true # god mode in lobby world?
  potion-effects: 
    speed: true # give infinite speed in lobby?
    jump-boost: true # infinite jump in lobby?
  heal-feed: true # Heal & Feed players when they login into the lobby world?
  no-hunger: true # Disable world hunger in lobby world?
  adventure: true # Can players get adventure mode upon login?
  disable-log-message: true # Disable join/leave messages?
  only-tp-if-lobby: true # ONLY tp players to spawn if they logged out in the lobby?
  teleport-spawn: true # teleport players to spawn upon login? (/simplelobby setspawn)
no-weather: true # disable weather in lobby world?
no-player-drops: true # disable player drops in lobby world?
admin-drop-bypass: true # let admins drop items in lobby world?
admin-creative: true # give admins creative mode?
disable-chat: true # disable chat in lobby world?
chat-disabled-message: '&7Chatting is disabled here!' # what message for disabled chat?
bungee-server: true # bukkit sided /server?
spawn:
  x: 0  # X coord to tp on login
  y: 70 # Y coord on login
  z: 0  # Z coord

Comments

Posts Quoted:
Reply
Clear All Quotes