Recent content by PC1up

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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...