< Back to news index

26.2

2 min read348 words
Paper Team

The 26.2 Update

As always, backups are absolutely mandatory. After upgrading your world to 26.2, you cannot downgrade back to a lower version!

We would like to thank everyone that worked on this update:

  • Doc94's avatar
  • jpenilla's avatar
    @jpenilla
    Sponsor:
  • Lulu13022002's avatar
  • lynxplay's avatar
  • Owen1212055's avatar
  • spottedleaf's avatar
  • Warriorrrr's avatar
  • kennytv's avatar

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


Download Paper