mirror of
https://github.com/plexusorg/Module-NickMiniMessage.git
synced 2026-06-04 01:06:55 +00:00
Update NickMiniMessageModule.java
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user