return CraftBookPlugin.inst().hasPermission(player, perm);
}
};
// Set the proper command injector
commands.setInjector(new SimpleInjector(this));
final CommandsManagerRegistration reg = new CommandsManagerRegistration(this, commands);
reg.register(TopLevelCommands.class);
if(config.realisticRandoms)