PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.7k stars 2.27k forks source link

1.16.1 Custom ItemMeta resetting upon any action. #3680

Closed itsconnorgillespie closed 4 years ago

itsconnorgillespie commented 4 years ago

What behaviour is expected:

What you expected to see

I used the plugin ItemEdit (supported by 1.16) to add a custom name to an item and the item should display "Bloodstone" on the material RED_DYE with alternating bolded colors.

What behaviour is observed:

What you actually saw

When I rename the item to "&c&lB&4&ll&c&lo&4&lo&c&ld&4&ls&c&lt&4&lo&c&ln&4&le" or something with a lot of alternating colors, the item looses its NBT tags when dropped, moved in an inventory, cloned in creative, used in a chest or any inventory block, and the list goes on. If you simply rename the item "&c&lB&4&ll&c&lo&4&lo&c&ld&4&ls&c&lt&4&lo&c&ln" (Bloodstone without the e at the end and the &4&l) the item works perfectly fine.

Steps/models to reproduce:

This may include a build schematic, a video, or detailed instructions to help reconstruct the issue

Here is a video demonstrating the bug. (https://youtu.be/CFJHd315vm8)

Plugin list:

A list of your plugins

All of the plugins are supported by 1.16 and no errors are returned in the config.

Vault Unplaceable (Custom Plugin) ProtocolLib PlaceholderAPI PermissionsEx MythicMobs ItemEdit EssentialsX DeluxeChat

Paper build number:

This can be found by running /version on your server. latest is not a proper version number; we require the output of /version so we can properly track down the issue.

get-Paper-14 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)

Anything else:

Anything else you think may help us resolve the problem

I received an error this morning stating that an NBT tag was too big and it refused to let me connect. I restored my world to a previous backup and it worked as intended. To ensure this was not related to the issue, I went onto my survival world and tried to rename an item and had no success.

aikar commented 4 years ago

Fixed in build 19

itsconnorgillespie commented 4 years ago

Thank you!