mirror of
https://github.com/SunNetservers/MiniGames.git
synced 2025-07-01 13:44:44 +02:00
Adds LICENSE and improves README
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user