28 lines
856 B
Markdown
28 lines
856 B
Markdown
# Lobby
|
|
|
|
[](https://git.softwarerat.com/zlaura/Lobby/actions)
|
|
|
|
The network hub/lobby plugin — player prefixes, scoreboard, join/quit handling, BungeeCord-style server switching, and the navigator/kit inventory menus for minigames built on [GameAPI](https://git.softwarerat.com/zlaura/GameAPI).
|
|
|
|
## Requirements
|
|
|
|
- Java 17
|
|
- Maven
|
|
- Spigot API 1.20.4
|
|
|
|
## Dependencies
|
|
|
|
- [GameAPI](https://git.softwarerat.com/zlaura/GameAPI) `1.6.4-SNAPSHOT`, resolved from the private Maven registry at `https://git.softwarerat.com/api/packages/zlaura/maven`
|
|
- `org.jetbrains:annotations`
|
|
|
|
## Building
|
|
|
|
```bash
|
|
mvn -B package
|
|
```
|
|
|
|
## Branches
|
|
|
|
- `main` — tracks the latest stable source used by CI
|
|
- `1.21.10` — active development branch for the current Minecraft version target
|