part 3...?

This commit is contained in:
ayunami2000
2022-04-08 02:15:25 -04:00
parent dd94613b99
commit 4320e789d4
5 changed files with 55 additions and 12 deletions

View File

@ -164,6 +164,7 @@ public class Plex extends JavaPlugin
PlexLog.log("Punishment System initialized");
commandBlockerManager = new CommandBlockerManager();
getServer().getScheduler().scheduleSyncDelayedTask(this, () -> commandBlockerManager.syncCommands());
PlexLog.log("Command Blocker initialized");
generateWorlds();