Advertisement
Guest User

LobbySystemFile-1

a guest
Jul 11th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. # _ ___ ___ _ _ __ __ _____ ____ ____ _ ____ _____
  2. # | | / _ \ |_ _| | \ | | | \/ | | ____| / ___| / ___| / \ / ___| | ____|
  3. # _ | | | | | | | | | \| | | |\/| | | _| \___ \ \___ \ / _ \ | | _ | _|
  4. # | |_| | | |_| | | | | |\ | | | | | | |___ ___) | ___) | / ___ \ | |_| | | |___
  5. # \___/ \___/ |___| |_| \_| |_| |_| |_____| |____/ |____/ /_/ \_\ \____| |_____|
  6.  
  7. # ____ __ __ ____ _ _ ____ _____ _ _ _ ____ _____ _____
  8. # | __ ) \ \ / / | _ \ | | | | | __ ) | ____| | \ | | / \ | _ \ |_ _| |__ /
  9. # | _ \ \ V / | |_) | | | | | | _ \ | _| | \| | / _ \ | |_) | | | / /
  10. # | |_) | | | | _ < | |_| | | |_) | | |___ | |\ | / ___ \ | _ < | | / /_
  11. # |____/ |_| |_| \_\ \___/ |____/ |_____| |_| \_| _____ /_/ \_\ |_| \_\ |_| /____|
  12. # |_____|
  13.  
  14. # This is so that when you enter the lobby, you automatically fly.
  15. BY_DEFAULT_FLY: true
  16. # This is the permission for the flight
  17. PERMISSION_FLY: "LobbySystem.Fly"
  18. # You can modify the title at the moment when you restart the plugin.
  19. RELOAD:
  20. TITLE: "<exclusive>"
  21. SUB_TITLE: "&7(( All configurations are restarte. ))"
  22. # Here you can activate and deactivate the rain.
  23. RAIN: true
  24. # Break the ground, use the permission to break the ground: JoinMessage.Admin
  25. BREACK_BLOCK: true
  26. # It is recommended not to use in lobbies, it is recommended to disable this option in minigames such as skywars.
  27. DAMAGE_BY_FALL: true
  28. # Enable Hunger in the lobby, it is recommended to disable this option in server as survival.
  29. HUNGER: true
  30. # It is for when the player leaves the server all their inventory is removed.
  31. REMOVE_INVENTORY: true
  32. # When entering tp in the spawn.
  33. JOIN_TP: true
  34. # to enable if teleportation when you fall under vacuum
  35. VOID_ENABLE: true
  36. #that is a coordinate if it is -5 at this height will be teleportation
  37. VOID_POSITION: -5
  38. #this serves to disable only the worlds.
  39. DISABLE_WORLDS:
  40. - "world_nether"
  41. - "world_the_end"
  42. # Do not use commands in the console.
  43. NO_CMD: "&cYou cannot use this command from console!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement