// Initialize permissions
permissionHandler = new PermissionHandler();
// Initialize event factory
eventFactory = new CommonEventFactory();
// Initialize entity map (needs to be here because of CommonPlugin instance needed)
playerVisibleChunks = new EntityMap<Player, CommonPlayerMeta>();
// Initialize Entity Blacklist