Added ClaimSystem!

This commit is contained in:
DaTTV 2025-02-18 11:34:36 +01:00
parent b29b691270
commit 3e54c33b2a
7 changed files with 270 additions and 7 deletions

View file

@ -1,6 +1,7 @@
package me.freezy.plugins.papermc.blazesmp;
import lombok.Getter;
import me.freezy.plugins.papermc.blazesmp.command.ClaimCommand;
import me.freezy.plugins.papermc.blazesmp.command.ClanCommand;
import me.freezy.plugins.papermc.blazesmp.command.ReportCommand;
import me.freezy.plugins.papermc.blazesmp.listener.PlayerChatListener;
@ -64,6 +65,7 @@ public final class BlazeSMP extends JavaPlugin {
this.log.info("Registering Commands...");
new ClanCommand().register();
new ReportCommand().register();
new ClaimCommand().register();
this.log.info("Registered Commands!");
this.log.info("Registering EventListeners...");