26.2
The 26.2 Update
We would like to thank everyone that worked on this update:
If you’d like to support PaperMC as a whole, you can find more information at https://papermc.io/sponsors.
Changes for server owners
Not too much beyond Vanilla changes! Although as per usual, we recommend updating to the latest version of Paper as we do not backport exploit fixes after a new version has been stable for a while.
You may see a “Missing file: /data/minecraft/game_rules.dat” error in the logs - this is expected and safe to ignore, as it stems from single-player-only logic that doesn’t apply to server worlds.
Reminder: World storage format changes
If you haven’t seen the 26.1 announcement and its world storage format changes yet, you should give it a read: https://papermc.io/news/26-1/
For developers
Beds are no longer block entities
Beds are now regular blocks again, which means they lose the ability to hold a PersistentDataContainer. If you had previously stored important data in a bed’s PDC, you need to listen to the new AsyncServerDataFixerRemoveBlockEntityEvent to save this data elsewhere.
Adventure 5
Paper 26.2 ships with Adventure 5, removing API that was previously deprecated. The two most important changes are to BookMeta, which no longer extends Adventure’s Book interface (use its own pages methods instead of the removed builder), and the removal of deprecated ClickEvent/HoverEvent use.
You can find migration docs here.
Reminder: Versioning change
We have replaced the old -R0.1-SNAPSHOT suffix with a much more informative versioning scheme. See the 26.1 announcement for more information.
Other changes and additions
Here is a selection of other notable additions since the last major update post:
API
- With the Sulfur Cube, cube mobs now share a common parent interface, AbstractCubeMob. MagmaCube no longer extends Slime, and SlimeSplitEvent#getEntity now returns AbstractCubeMob.
- Vex#getSummoner is deprecated in favor of getOwner
- World#setSpawnFlags/getAllowAnimals are deprecated; vanilla no longer has an animal spawning toggle
- EntityIgniteEvent as parent of CreeperIgniteEvent, also fired for sulfur cubes
- PointedDripstone block data is deprecated in favor of the new Speleothem
- Registry API for trim materials and patterns via RegistryEvents.TRIM_MATERIAL/TRIM_PATTERN
- Client brand is now available on PlayerCommonConnection
Download Paper







