Skip to content

Commit 9a8e5e4

Browse files
committed
Move line
1 parent b3c70ea commit 9a8e5e4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/content/posts/1.21.11.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ We would like to thank everyone that worked on this update:
2424

2525
If you'd like to support PaperMC as a whole, you can find more information at https://papermc.io/sponsors.
2626

27+
## Changes for server owners
28+
29+
There's one notable behavior change in Vanilla we would like to highlight: Setting the explosion radius of creepers to -1 disable block breaking while keeping entity knockback is no longer possible (as per [MC-304798](https://mojira.dev/MC-304798)).
30+
31+
---
32+
2733
## For developers
2834

2935
### Minecraft versioning changes
@@ -39,7 +45,7 @@ Starting with 26.1, Mojang will no longer provide obfuscated server jars and ins
3945
**Hence, now is a good time to make sure your plugins are able to run on server jars that are not obfuscated.**
4046
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).
4147

42-
If your plugin is still using Spigot-mapped internal names (such as obfuscated class/field/method names or Spigot names like `EntityHuman` and `PacketPlayIn...`), please prepare migration as soon as you can, as your plugin will not work on 26.1, no matter if you are using Paper or not. Ideally, use our [userdev plugin](https://docs.papermc.io/paper/dev/userdev/) if you aren't already.
48+
If your plugin is still using Spigot-mapped internal names (such as obfuscated class/field/method names or Spigot names like `EntityHuman` and `PacketPlayIn...`), please prepare migration as soon as you can, as your plugin will not work on 26.1, no matter if you are using Paper or not. Ideally, use our [userdev plugin](https://docs.papermc.io/paper/dev/userdev/) if you aren't already. If you aren't using Gradle for building your plugin, consider switching to it, as it _really_ makes the ordeal much simpler.
4349

4450
### Gamerule changes
4551

@@ -59,7 +65,6 @@ Beyond API for all the new 1.21.11 features, here is a small selection of other
5965
- Added [more data getters](<https://jd.papermc.io/paper/1.21.11/org/bukkit/JukeboxSong.html#getDescription()>) to `JukeboxSong`
6066
- Added `MapPalette.getNearestColor` to get the [closest color in the map palette to a given color](<https://jd.papermc.io/paper/1.21.11/org/bukkit/map/MapPalette.html#getNearestColor(java.awt.Color)>)
6167
- Added `fix-far-end-terrain-generation` config option to allow disabling our fix for MC-159283 to instead use Vanilla's end ring terrain
62-
- Setting the explosion radius of creepers to -1 disable block breaking while keeping entity knockback is no longer possible (as per [MC-304798](https://mojira.dev/MC-304798))
6368

6469
---
6570

0 commit comments

Comments
 (0)