mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
/offlinetp command
This commit is contained in:
@@ -72,6 +72,7 @@ public final class SModerationPaper extends JavaPlugin {
|
||||
registerCommand(commands, new UnbanCommand());
|
||||
registerCommand(commands, new MuteCommand());
|
||||
registerCommand(commands, new BanCommand());
|
||||
registerCommand(commands, new OfflineTPCommand());
|
||||
});
|
||||
|
||||
SchedulerUtil.scheduleGlobalRepeating(PLUGIN, CustomInventoryListener::onTick, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user