1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-28 05:54:16 +02:00

/offlinetp command

This commit is contained in:
Shy
2025-07-27 15:10:25 +02:00
parent 039b40bd53
commit a17086b059
4 changed files with 110 additions and 1 deletions
@@ -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);