commands.register(BasicCommands.class);
commands.register(ToggleCommands.class);
commands.register(WaypointCommands.class);
// initialize permissions system
new PermissionManager().init();
Economy.init();
// schedule Creature tasks
if (CreatureNPCType.hasSpawning()) {
getServer().getScheduler().scheduleSyncRepeatingTask(this, new CreatureTask(),