Search results

  1. 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...
  2. 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...