API Backend Changes - Please read if you use the API!
Made the following changes to the backend:
- Moved the custom events classes to the package me.c7dev.lobbygames.api.events.
You must update your class paths if you were previously using these events. No future package changes are planned.
- Added simplified functions to LobbyGames class (getGame, joinPlayer)
- LobbyGames#joinPlayer functions will now return the initiated Game object or null.
- Added functions to the custom event classes that simplify the Game class interface.
These changes do not affect the gameplay, only the API.