Recent content by PC1up

  1. P

    Solved Plugin doesn't initialize

    Alright so turns out I imported the wrong "Subscribe". I imported the one from Google instead of the Velocity one.
  2. P

    Solved Plugin doesn't initialize

    Hey, I currently have the problem that the constructor of my main class is executed but the ProxyInitializaEvent isn't fired. This is my main class: private final ProxyServer server; private final Logger logger; private static PlayerlistManager playerManager; private static...