Renamed ATTACK to KILL

This commit is contained in:
Teriuihi 2022-01-13 23:31:46 +01:00
parent e57f5b7bfd
commit 938c3f6f1b

View File

@ -43,7 +43,7 @@ public class AltitudeParticles extends JavaPlugin {
pluginManager.registerEvents(new BlockBreakListener(APartType.BREAK_PLACE_BLOCK), this);
pluginManager.registerEvents(new BlockPlaceListener(APartType.BREAK_PLACE_BLOCK), this);
pluginManager.registerEvents(new RightClickListener(APartType.CLICK_BLOCK), this);
pluginManager.registerEvents(new KillListener(APartType.ATTACK), this);
pluginManager.registerEvents(new KillListener(APartType.KILL), this);
pluginManager.registerEvents(new TeleportArriveListener(APartType.TELEPORT_ARRIVE), this);
pluginManager.registerEvents(new DeathListener(APartType.DEATH), this);
pluginManager.registerEvents(new GUIListener(), this);