Skip to content

[Bukkit] Workaround string NBT data being wrapped with quotes in MC 1.21.5#2753

Merged
me4502 merged 1 commit intoversion/7.3.xfrom
fix/workaround-wrapped-nbt-output
Apr 10, 2025
Merged

[Bukkit] Workaround string NBT data being wrapped with quotes in MC 1.21.5#2753
me4502 merged 1 commit intoversion/7.3.xfrom
fix/workaround-wrapped-nbt-output

Conversation

@me4502
Copy link
Copy Markdown
Member

@me4502 me4502 commented Apr 10, 2025

For some reason the method we use to convert String NBT tags as of MC 1.21.5 now wraps the strings with unnecessary " characters. This swaps to using a different function to get the value (which was already used in other platforms), so that we can get it without the extra wrapping.

Fixes #2752

@me4502 me4502 requested a review from a team as a code owner April 10, 2025 10:39
@me4502 me4502 added this to the 7.3.12 milestone Apr 10, 2025
@me4502 me4502 added this pull request to the merge queue Apr 10, 2025
Merged via the queue into version/7.3.x with commit 4ac9103 Apr 10, 2025
5 checks passed
@me4502 me4502 deleted the fix/workaround-wrapped-nbt-output branch April 10, 2025 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text components output by WorldEdit are still trying to use the 1.21.4 format

2 participants