#Lobby This is a spigot plugin intended to be used on the default server of a bungeecord setup. This is currently work in progress, so don't expect it to work or not to crash your server.
- Players don't get any damage
- Players don't get hungry
- If players fall into the void they get ported back
- Players cannot push each other around
- Weather doesn't change
- Players cannot break blocks
- Players cannot interact with entities
- Gamerule mobGriefing is set to false
- Configurable items in the player inventory trigger custom actions
- Submenus in additional inventories
- Players can have pets that follow them around
- Maven
- Spigot BuildTools.jar
- run
java -jar BuildTools.jar
- cd into
Spigot/CraftBukkit
and runmvn install
Maven downloads dependencies automatically.