Update NickMiniMessageModule.java

This commit is contained in:
2026-05-21 18:35:10 -04:00
parent b8b56634fc
commit a883c33fb1
@@ -7,6 +7,12 @@ import org.bukkit.Bukkit;
public class NickMiniMessageModule extends PlexModule
{
@Override
public void load()
{
registerCommand(new NickMMCommand());
}
@Override
public void enable()
{
@@ -15,7 +21,6 @@ public class NickMiniMessageModule extends PlexModule
throw new IllegalStateException("EssentialsX is required for this module to work!");
}
registerCommand(new NickMMCommand());
}
public static Essentials getEssentials()