Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
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()andChatComponent#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
clonemethod not being correctly declared on versions between 1.13 and 1.17.1.
Information
| Published on | March 26, 2025 |
|---|---|
| Downloads | 2 |
Platforms
Paper (1.8, 1.9-1.21.5)