mirror of
https://github.com/SunNetservers/MiniGames.git
synced 2025-07-11 18:44:44 +02:00
Adds an option to enforce ordered checkpoint triggering
This commit is contained in:
@ -238,7 +238,7 @@ public final class MiniGames extends JavaPlugin {
|
||||
|
||||
PluginManager pluginManager = getServer().getPluginManager();
|
||||
pluginManager.registerEvents(new DamageListener(), this);
|
||||
pluginManager.registerEvents(new MoveListener(this.dropperConfiguration), this);
|
||||
pluginManager.registerEvents(new MoveListener(this.dropperConfiguration, this.parkourConfiguration), this);
|
||||
pluginManager.registerEvents(new PlayerLeaveListener(), this);
|
||||
pluginManager.registerEvents(new CommandListener(), this);
|
||||
|
||||
|
Reference in New Issue
Block a user