Recent content by Lumine1909

  1. Lumine1909

    Solved Need help to translate from spigot to paper, i'm trying to create a fake sleeping player using NMS

    It seems you’re using PaperWeight on version < 1.20.5, so don’t forget re-obfuscate your plugin to Notch name. You can add "reobfJar" to your build command, like "gradle clean build reobfJar".
  2. Lumine1909

    Question Custom world height problem

    You can refer to this code https://github.com/Lumine1909/CustomWorldHeight/blob/main/src/main/java/io/github/lumine1909/WorldListener.java (I don't use paperweight because it will make reflection more complicated I also changed ResourceKey and LightEngine of paper server