Adds LICENSE and improves README

This commit is contained in:
2023-03-24 02:33:42 +01:00
parent 906543f017
commit a9e14497d8
4 changed files with 738 additions and 4 deletions

View File

@ -74,6 +74,9 @@ public final class Dropper extends JavaPlugin {
//TODO: Possibly implement an optional queue mode, which only allows one player inside one dropper arena at any
// time (to prevent players from pushing each-other)?
//TODO: Store which players have cleared which arenas to keep track of whether the trial game-modes should be
// available
PluginManager pluginManager = getServer().getPluginManager();
pluginManager.registerEvents(new DamageListener(), this);
pluginManager.registerEvents(new MoveListener(), this);