Added ScheduledRestart command to TBMC...
This commit is contained in:
parent
acb874804e
commit
6d2b253633
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ public class MainPlugin extends JavaPlugin {
|
|||
logger = getLogger();
|
||||
setupPermissions();
|
||||
TBMCChatAPI.AddCommand(this, UpdatePluginCommand.class);
|
||||
TBMCChatAPI.AddCommand(this, ScheduledRestartCommand.class);
|
||||
TBMCCoreAPI.RegisterEventsForExceptions(new PlayerListener(), this);
|
||||
logger.info(pdfFile.getName() + " has been Enabled (V." + pdfFile.getVersion() + ").");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue