ㅤ
ㅤ
ㅤ
![[IMG]](http://proxy.spigotmc.org/323395728d1b2021a47c225be37ec656e13b1111?url=https%3A%2F%2Fgithub.com%2FJavaDevMC%2Fimages%2Fblob%2Fmain%2F985c3ca59db3aff8f2a200aec953bf2b1bbdfgdfg3468d.png%3Fraw%3Dtrue)
- Download the plugin
- Copy the plugin to your plugin folder on your server
- Restart or reload your server
- Go to your lobby spawnpoint and type /sl setspawn
- Now you can teleport to spawn with /spawn
- To change some settings or messages go to plugins\SimpleLobby\ and open config.yml
- Now you can change whatever you want
- Finally type /sl reload (In chat or console)
![[IMG]](http://proxy.spigotmc.org/68b576e0995916dea106228150e83ebba46d7503?url=https%3A%2F%2Fgithub.com%2FJavaDevMC%2Fimages%2Fblob%2Fmain%2FCommands.png%3Fraw%3Dtrue)
---- [ ONLY WITH PERMISSION ] ----
/sl setspawn - set lobby spawnpoint (Permission: simplelobby.setspawn)
/sl reload - reload config (Permission: simplelobby.reload)
/sl spawn - teleport to spawn (Permission: simplelobby.spawn)
/sl mutechat - global chat mute (Permission: simplelobby.mutechat)
/sl checkupdates - update message (Permission: simplelobby.checkupdates )
---- [ FOR ALL PLAYERS ] ----
(These commands can also be disabled in config)
/spawn - teleport to spawn
/hub - teleport to spawn
/lobby - teleport to spawn
/stuck - teleport to spawn
/l - teleport to spawn
Spoiler: gui.yml
Code (Text):
# SIMPLE LOBBY
# by MaximDe
# Gui
#
# ActionTypes:
# CMD (execute as a player), CONSOLE (execute in console), SERVER (connect player to the name of the server (BungeeCord))
Gui:
Rows: 6
Name: '&c&l - Navigator -'
CloseGuiOnClickItem: true
Item1:
Name: '&aSurvival'
Lore: '&bClick to teleport'
Type: GRASS
Amount: 1
Slot: 21
ActionType: CONSOLE
ActionCommand/ServerName: say clicked item!
Item2:
Name: '&cCreative'
Lore: '&bClick to teleport'
Type: COMMAND
Amount: 1
Slot: 23
ActionType: SERVER
ActionCommand/ServerName: creative
# by MaximDe
# Gui
#
# ActionTypes:
# CMD (execute as a player), CONSOLE (execute in console), SERVER (connect player to the name of the server (BungeeCord))
Gui:
Rows: 6
Name: '&c&l - Navigator -'
CloseGuiOnClickItem: true
Item1:
Name: '&aSurvival'
Lore: '&bClick to teleport'
Type: GRASS
Amount: 1
Slot: 21
ActionType: CONSOLE
ActionCommand/ServerName: say clicked item!
Item2:
Name: '&cCreative'
Lore: '&bClick to teleport'
Type: COMMAND
Amount: 1
Slot: 23
ActionType: SERVER
ActionCommand/ServerName: creative
Spoiler: Add more items to the GUI
You can add as many items as you want
Just copy an item above and change the slot and name.
Like that:
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
If you are done with that type /sl reload in the chat.
Just copy an item above and change the slot and name.
Like that:
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
If you are done with that type /sl reload in the chat.
Spoiler: navigator.yml
Code (Text):
# SIMPLE LOBBY
# by MaximDe
# Navigator
Navigator:
isEnabled: true
giveItemOnJoin: true
disableItemDrop: true
disableItemInventoryMove: true
Item:
Name: '&aNavigator'
Material: COMPASS
Amount: 1
Slot: 4
Action:
ConsoleEnabled: false
Console: say %player% clicked the Navigator
PlayerCommandEnabled: false
PlayerCommand: help
OpenGui: true
# by MaximDe
# Navigator
Navigator:
isEnabled: true
giveItemOnJoin: true
disableItemDrop: true
disableItemInventoryMove: true
Item:
Name: '&aNavigator'
Material: COMPASS
Amount: 1
Slot: 4
Action:
ConsoleEnabled: false
Console: say %player% clicked the Navigator
PlayerCommandEnabled: false
PlayerCommand: help
OpenGui: true
Code (Text):
# SIMPLE LOBBY
# by MaximDe
# SpigotMC: https://www.spigotmc.org/resources/simplelobby-1-8-1-19-2.105614/
Config:
TeleportOnJoin: true
DisableBlockBreak: true
DisableBlockPlace: true
DisablePVP: true
DisableDamage: true
WelcomeMessageB: false
JoinMessageB: true
LeaveMessageB: true
FireworkOnJoin: true
TeleportOnRespawn: true
DisableHunger: true
DisableWeatherChange: true
CheckUpdates: true
Messages:
WelcomeMessage: '&aWelcome %player%'
JoinMessage: '&a[+] &6%player% joined the server'
LeaveMessage: '&c[-] &6%player% left the server'
PlaceBlocksMessage: '&cYou cant place blocks here!'
BreakBlocksMessage: '&cYou cant break blocks here!'
PlayerHitMessage: '&cPVP is here disabled!'
Prefix: '&bSimpleLobby '
SpawnTeleportMessage: '&aTeleported to spawn!'
NoPermission: '&cNo permission!'
Scoreboard:
isEnabled: true
onlyInLobbyWorld: true
Title: '&b&lSimpleLobby'
line0: ' '
line1: '&aWelcome %player%'
line2: ' '
line3: ''
line4: 'Change the text in:'
line5: '&nSimpleLobby/plugins/config.yml'
line6: ''
line7: ''
line8: ''
line9: ''
line10: '&7yourserver.net'
Bossbar:
isEnabled: true
onlyInLobbyWorld: true
Color: blue
Text: '&b&lSimpleLobby'
JumpPad:
isEnabled: true
Particle: true
Lenght: 2.0
Height: 1.0
VoidTeleport:
isEnabled: true
Height: -10.0
Commands:
SpawnTeleport: true
Title:
isEnabled: true
TitleText: '&bSimpleLobby'
SubtitleText: '&aWelcome %player%'
Other:
ChatIsMuted: false
ChatMutedMessage: '&cChat is muted'
SpawnRadius:
isEnabled: true
Radius: 16
EnterMessageOn: true
LeaveMessageOn: true
EnterMessage: '&aYou have entered the spawn area!'
LeaveMessage: '&cYou have left the spawn area!'
![[IMG]](http://proxy.spigotmc.org/91653fa24235f8338875cfadf362c9eacc67d485?url=https%3A%2F%2Fgithub.com%2FJavaDevMC%2Fimages%2Fblob%2Fmain%2FBild_2022-10-04_172259393.png%3Fraw%3Dtrue)
----------------------> Bossbar Information <----------------------
Bossbar is only working on minecraft 1.9 or higher!
Bossbar in Config:
Code (YAML):
Bossbar:
isEnabled : true
onlyInLobbyWorld : true
Color : blue
Text : '&b&lSimpleLobby'
isEnabled : true
onlyInLobbyWorld : true
Color : blue
Text : '&b&lSimpleLobby'
Valid bossbar colors:
Code (Text):
blue, white, yellow, green, pink, red, purple
--------------------------------------------------------------------------------
Code (Text):
simplelobby.admin
simplelobby.mutechat
simplelobby.reload
simplelobby.setspawn
simplelobby.spawn
simplelobby.mutechat
simplelobby.reload
simplelobby.setspawn
simplelobby.spawn
![[IMG]](http://proxy.spigotmc.org/3a6cc2f182c81c572eb275a1b9fcfd3e7172cda3?url=https%3A%2F%2Fgithub.com%2FJavaDevMC%2Fimages%2Fblob%2Fmain%2FScreenshots.png%3Fraw%3Dtrue)
Spoiler: Screenshots
If you have problems with simplelobby or ideas for the plugin join my discord server.
Discord
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SimpleLobby - [1.8 - 1.19.2] (LEGACY) is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 3,167 times (via Spigot). Download it and open it directly in the game.