This commit is contained in:
Minecon724 2024-12-11 15:51:43 +01:00
parent c9171f568a
commit 64d28128f8
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
2 changed files with 5 additions and 0 deletions

View file

@ -11,6 +11,7 @@ import eu.m724.tweaks.auth.AuthManager;
import eu.m724.tweaks.chat.ChatCommands;
import eu.m724.tweaks.chat.ChatManager;
import eu.m724.tweaks.door.DoorManager;
import eu.m724.tweaks.full.FullListener;
import eu.m724.tweaks.hardcore.HardcoreManager;
import eu.m724.tweaks.motd.MotdManager;
import eu.m724.tweaks.ping.F3NameListener;
@ -99,6 +100,8 @@ public class TweaksPlugin extends MStatsPlugin {
new AuthManager(this).init(getCommand("tauth"));
}
this.getServer().getPluginManager().registerEvents(new FullListener(), this);
if (config.metrics())
mStats(1);

View file

@ -43,4 +43,6 @@ permissions:
default: op
tweaks724.tauth:
default: op
tweaks724.full.exempt:
default: op