Recent content by BlackDiamond

  • 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. B

    Solved Is ServerPreConnectEvent and ServerPostConnect broken?

    I lied, I was running into a race condition.
  2. B

    Solved Is ServerPreConnectEvent and ServerPostConnect broken?

    I just looked at the Velocity source code, there is a precondition in the constructor of both classes that should prevent this, now I'm even more confused.
  3. B

    Solved Is ServerPreConnectEvent and ServerPostConnect broken?

    Hey there! I'm working on a plugin that makes use of the ServerPreConnectEvent (I also tried re-implimenting with ServerPostConnectEvent), and the .getPlayer() method is always returning null, it seems like this shouldn't really be possible, anyone have any ideas?