31 lines
725 B
Markdown
31 lines
725 B
Markdown
# 🌙 LunarisMC Lobby Plugin
|
|
|
|
[LunarisMC.de](https://www.lunaris-mc.de/)
|
|
This plugin handles essential lobby functions for our Minecraft Network Lobby, ensuring a smooth and user-friendly experience for all players upon joining.
|
|
Hardcoded variables are the reason for not creating a release. If you want to use, change values in code and build yourself
|
|
|
|
---
|
|
|
|
## 📦 Features
|
|
|
|
✅ Clear player inventory on join
|
|
✅ Teleport player on join
|
|
✅ Set spawn location and teleport on void fall
|
|
|
|
---
|
|
|
|
## 🛠️ Installation
|
|
|
|
1. build it yourself (see below)
|
|
|
|
---
|
|
|
|
## 💻 Building
|
|
|
|
This plugin uses **Gradle** for building.
|
|
|
|
```bash
|
|
git clone https://github.com/WinniePatGG/LobbyPlugin.git
|
|
cd LobbyPlugin
|
|
gradlew build
|