Recent content by confusedalex

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

    Question Compile Paper 1.21.4 against java 17

    Is it possible to use java 21 and the newest PaperAPI, but compile to java 17 to achieve backwards compatibility? compileJava { options.encoding = "UTF-8" options.compilerArgs.add("-parameters") sourceCompatibility = "17" targetCompatibility = "17" } compileKotlin {...
  2. confusedalex

    Plugin Release NoNetherTravel

    This is a plugin which I developed, which makes traveling long distances in the Nether impossible by teleporting you to the portal you've entered the Nether with.