We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf9f9b commit fc0e714Copy full SHA for fc0e714
1 file changed
src/content/docs/paper/dev/getting-started/userdev.md
@@ -29,8 +29,8 @@ use non-obfuscated names in reflection if you want to support obfuscated servers
29
:::note[Removal of obfuscations in 26.1]
30
31
From Minecraft version **26.1** onwards, Paper no longer supports obfuscated plugins due to Mojang themselves
32
-removing obfuscation of their server jar. As Minecraft now ships unobfuscated, there are no 26.1 Spigot mappings
33
-to obfuscated to. For this reason, the obfuscation function no longer works for dev bundles for 26.1+.
+removing obfuscation of their server JAR. As Minecraft now ships unobfuscated, there are no 26.1 Spigot mappings
+to obfuscate to. For this reason, the reobfuscation function no longer works for dev bundles for 26.1+.
34
35
:::
36
0 commit comments