464748495051525354
@Override public void start(BundleContext context) throws Exception { super.start(context); plugin = this; setServer(new GameServerImpl()); ReInjector.getInstance().reInject(getServer()); getServer().startup(); }