Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for saicone

The "readable tag" library, an easy way to handle block, entity, item NBT and data components

Report Rtag?

Release
1.5.10

Rubenicos released Rtag version 1.5.10 on March 26, 2025

Make sure to read Rtag 1.6.0 announce

Additions

  • Support for Minecraft 1.21.5.
  • Support for plain text on ChatComponent#fromJson().
  • Automatic update from old raw text format on ChatComponent#fromJson().
  • ChatComponent#fromTag() to create a text component using a NBT object (Compatible with pre 1.21.5 versions).
  • ChatComponent#toTag() and ChatComponent#toTagOrNull() to create a NBT object using text component (Compatible with pre 1.21.5 versions).
  • Heterogenous tag list compatibility.
  • ItemObject#isEmpty() to check if Minecraft ItemStack is empty or not.

Changes

  • Text component codec usage on ChatComponent#toJson() if the server is on 1.20.5 or higher.

Bug Fixes

  • Tag compound clone method not being correctly declared on versions between 1.13 and 1.17.1.

Information

Published onMarch 26, 2025
Downloads0

Platforms

Paper Paper (1.8-1.21.4)