part 4.... . .. .

incomplete
This commit is contained in:
ayunami2000
2022-04-08 02:36:56 -04:00
parent 4320e789d4
commit 9bb316b80b
3 changed files with 50 additions and 56 deletions

View File

@ -164,7 +164,11 @@ public class Plex extends JavaPlugin
PlexLog.log("Punishment System initialized");
commandBlockerManager = new CommandBlockerManager();
getServer().getScheduler().scheduleSyncDelayedTask(this, () -> commandBlockerManager.syncCommands());
// todo: make this a service lmao --v
getServer().getScheduler().scheduleSyncDelayedTask(this, () -> {
commandBlockerManager.syncCommands();
PlexLog.log("Command Blocker commands loaded");
});
PlexLog.log("Command Blocker initialized");
generateWorlds();