# LobbyUltimate
A feature-rich BungeeCord-compatible lobby plugin for Minecraft servers that includes player visibility toggles, a server navigator, spawn management, and fun lobby items.
## Features
- BungeeCord Support
- Custom Spawn Point System
- Server Navigator (GUI-based server selector)
- Player Visibility Toggle
- Teleport Pearl
- ️ Inventory Protection
- ⚡ Fast and Lightweight
## Commands
| Command | Description | Aliases | Permission |
|---------|-------------|----------|------------|
| `/lobby` | Teleports to the lobby server | `/hub`, `/l` | - |
| `/navigator` | Opens the server selector GUI | `/nav` | - |
| `/toggleplayers` | Toggles other players' visibility | `/togglep`, `/hideplayers` | - |
| `/lobbybypass` | Allows inventory modification | - | `lobby.bypass` |
| `/lobbyinfo` | Shows plugin information | `/li`, `/linfo` | - |
| `/setspawn` | Sets the lobby spawn point | - | `lobby.setspawn` |
## Permissions
| Permission | Description | Default |
|------------|-------------|---------|
| `lobby.bypass` | Allows players to modify their inventory | op |
| `lobby.setspawn` | Allows setting the lobby spawn point | op |
## Default Items
Players receive the following items on join (only in lobby server):
- **Navigator** (Slot 0)
- Right-click to open the server selector
- **Teleport Pearl** (Slot 4)
- Right-click to throw and teleport
- **Player Toggle** (Slot 8)
- Right-click to toggle player visibility
## Configuration
```yaml
# Server Configuration
is_lobby_server: false # Set to true only on your lobby server
# Spawn Location (will be set by /setspawn command)
spawn:
world: ''
x: 0.0
y: 0.0
z: 0.0
yaw: 0.0
pitch: 0.0
```
## Installation
1. Download the latest release
2. Place the jar file in your plugins folder on all BungeeCord network servers
3. Set `is_lobby_server: true` in the config.yml of your lobby server only
4. Restart the servers
5. Use `/setspawn` in the lobby server to set the spawn point
## BungeeCord Setup
1. Make sure your BungeeCord server is properly configured
2. The lobby server should be named "lobby" in your BungeeCord config
3. Enable BungeeCord support in your spigot.yml/paper.yml
## Features in Detail
### Lobby Server
- Custom spawn point system
- Inventory protection
- Join/respawn teleportation to spawn
- Special lobby items
### Other Servers
- Only `/lobby` command enabled
- Quick return to lobby functionality
## Support
If you encounter any issues or have suggestions:
- Create an issue on GitHub: [github.com/f1shyondrugs/LobbyUltimate](
https://github.com/f1shyondrugs/LobbyUltimate)
- Contact me on Discord: `f1shyondrugs312`
- Contact me via email: `
[email protected]`
## Author
- **Das_F1sHy312** - [GitHub](
https://github.com/f1shyondrugs)
(first time uploading something here, please excuse mis-syntaxed docs)