Skip to content

Commit 927546e

Browse files
committed
More scary warnings about remapper being dropped
1 parent d6b0f71 commit 927546e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
README.md
1+
README.md

src/content/posts/1.21.11.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ Starting in 2026, [Mojang is changing their versioning scheme](https://www.minec
3838

3939
### Unobfuscated server jars
4040

41-
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).
41+
Starting with 26.1, Mojang will no longer provide obfuscated server jars and instead have them contain all class, method, field names etc.
42+
Now is a good time to make sure your plugins are able to run on server jars that are not obfuscated.
43+
You can do this by starting a 1.21.11 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).
44+
As spigot is moving to unobfuscated server jars for 26.1 as well, we are **dropping** the spigot internal remapper in 26.1.
45+
If your plugin is still using spigot mappings, migrate immediately as your plugin will not be working on either spigot or paper 26.1.
4246

4347
---
4448

0 commit comments

Comments
 (0)