-Starting with the first version after 1.21.11, Mojang will no longer provide obfuscated server jars and instead have them contain all class, method, field names etc. Now is a good time to make sure your plugins are able to run on server jars that are not obfuscated. You can do this by starting a 1.21.10 Paper server using the `-Dpaper.disablePluginRemapping=true` startup flag and removing the `reobfJar` step from your [paperweight-userdev config](https://docs.papermc.io/paper/dev/userdev/#compiling-to-mojang-mappings).
0 commit comments