Recent content by Bletch

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

    Advice on mapping CraftBukkit to Paper / Bukkit classes

    Thanks for taking the time to reply, stefvanschie. Yeah, I think the problem here is that I am coming at the problem from the Paper API and not the other way around. I'm 'happy' to go with a trial and error approach if it's my only option. I just didn't want to go through such an effort only...
  2. Bletch

    Advice on mapping CraftBukkit to Paper / Bukkit classes

    tl;dr Is there a simple way (I know, I know!) to map the underlying CraftBukkit classes to those documented in the Paper API? I'm running against 1.20.4 so I think I might be falling victim of the issues discussed here: https://forums.papermc.io/threads/paper-velocity-1-20-4.998/#post-2955 I...
  3. Bletch

    Question How to compute ground-level height in a flat world (1.18.1)

    Yep, that's exactly what I was looking for. Many thanks!
  4. Bletch

    Question How to compute ground-level height in a flat world (1.18.1)

    Hi, since the Y coordinate has changed to allow lower and higher building (-64...320), when I now create a flat world, the ground level block is y=-61. Prior to 1.18.1, I used to be able to ASSume that that block would be y=3. I know that I can now ASSume that the lowest block in the world will...