Full
This commit is contained in:
parent
c9171f568a
commit
64d28128f8
2 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,7 @@ import eu.m724.tweaks.auth.AuthManager;
|
||||||
import eu.m724.tweaks.chat.ChatCommands;
|
import eu.m724.tweaks.chat.ChatCommands;
|
||||||
import eu.m724.tweaks.chat.ChatManager;
|
import eu.m724.tweaks.chat.ChatManager;
|
||||||
import eu.m724.tweaks.door.DoorManager;
|
import eu.m724.tweaks.door.DoorManager;
|
||||||
|
import eu.m724.tweaks.full.FullListener;
|
||||||
import eu.m724.tweaks.hardcore.HardcoreManager;
|
import eu.m724.tweaks.hardcore.HardcoreManager;
|
||||||
import eu.m724.tweaks.motd.MotdManager;
|
import eu.m724.tweaks.motd.MotdManager;
|
||||||
import eu.m724.tweaks.ping.F3NameListener;
|
import eu.m724.tweaks.ping.F3NameListener;
|
||||||
|
@ -99,6 +100,8 @@ public class TweaksPlugin extends MStatsPlugin {
|
||||||
new AuthManager(this).init(getCommand("tauth"));
|
new AuthManager(this).init(getCommand("tauth"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.getServer().getPluginManager().registerEvents(new FullListener(), this);
|
||||||
|
|
||||||
if (config.metrics())
|
if (config.metrics())
|
||||||
mStats(1);
|
mStats(1);
|
||||||
|
|
||||||
|
|
|
@ -43,4 +43,6 @@ permissions:
|
||||||
default: op
|
default: op
|
||||||
tweaks724.tauth:
|
tweaks724.tauth:
|
||||||
default: op
|
default: op
|
||||||
|
tweaks724.full.exempt:
|
||||||
|
default: op
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue