Simple Lobby system
A simple lobby system with many functions
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Simple Lobby system
You can test the plugin on: 77.90.30.187:25599
There you can also test my Automatic messages plugin
Features
- Navigator - Hide players - Youtuber firework - gadgets - protective shield (beta) - Profil - silentlobby (turn the chat on and off)
Commands and Permissions
- /setspawn | lobby.admin - /spawn | lobby.spawn - /silentlobby | lobby.admin - /lobbyreload | lobby.admin
Installation
1. Put the lobbysystem-x.x.jar into the plugins folder then restart your server. 2. Set the spawn with /setspawn 3. Change in the config ```lobby-world: Lobby``` to your lobby world 3. Setup the config file as you want and translate the messages as you want 4. Have fun with the plugin
Config
```
LobbyPlugin von Vexo5566
spawn: world: "world" x: 0 y: 100 z: 0 yaw: 0 pitch: 0
lobby-world: world
silent-lobby-enabled: true
navigator: title: "&bNavigator" slots: "11": material: DIAMOND_SWORD name: "&cSkyWars" lore: ["&7Kämpfe gegen andere Spieler!"] type: "server" target: "skywars" # BungeeCord/Velocity Server-Name
"13": material: GRASS_BLOCK name: "&aSurvival" lore: ["&7Überlebe in der Survival-Welt."] type: "world" target: "survival"
"15": material: NETHER_STAR name: "&bSpawn" lore: ["&7Teleportiert dich zum Spawn."] type: "spawn"
"21": material: COMMAND_BLOCK name: "&eBedWars" lore: ["&7Führe den Befehl /warp bedwars aus"] type: "command" target: "warp bedwars"
items: give-on-join: true navigator-slot: 0 hideplayers-slot: 1 extras-slot: 4 shield-slot: 7 profile-slot: 8
messages: prefix: "&8[&bLobby&8]&r " no-perm: "&cDazu hast du keine Rechte." reloaded: "&aKonfiguration neu geladen." silent-on: "&7SilentLobby: &aaktiv" silent-off: "&7SilentLobby: &cdeaktiv" players-hidden: "&7Spieler: &cversteckt" players-shown: "&7Spieler: &agezeigt" shield-on: "&7Schutzschild: &aaktiv" shield-off: "&7Schutzschild: &cdeaktiv" speed-on: "&7Speed: &aaktiv" speed-off: "&7Speed: &cdeaktiv" jump-on: "&7Sprungkraft: &aaktiv" jump-off: "&7Sprungkraft: &cdeaktiv" spawn-set: "&aSpawn gesetzt!" spawn-not-set: "&cSpawn nicht gesetzt." teleport-spawn: "&7Teleportiere dich zum Spawn..." chat-disabled: "&7Chat ist hier deaktiviert."
```