We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hidden-item-components
When I set hidden-item-components setting in the leaf config to ["custom_data"], plugins that use Persistent Data Container (PublicBukkitValues) were broken.
["custom_data"]
Persistent Data Container (PublicBukkitValues)
/paper dumpitem:
minecraft:player_head[custom_name='{"color":"white","italic":false,"text":"ItemCustom"}',custom_data={PublicBukkitValues: {"encrypted:encrypted_1": 1676851392252L, "encrypted:encrypted_2": "encrypted"}},profile={id: [I; -2114780278, 1474708730, -1841407185, 303123196], properties: [{name: "textures", value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzM5YWQ5YTA2M2FiOTBiN2FjNzJhNWQ0YzE3YWNiNGZiMDNkOGE4YzU4MmZiZTI4NTQyNDUzMzJiZDNkYjlhNyJ9fX0="}]}]
minecraft:player_head[profile={id: [I; -2114780278, 1474708730, -1841407185, 303123196], properties: [{name: "textures", value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzM5YWQ5YTA2M2FiOTBiN2FjNzJhNWQ0YzE3YWNiNGZiMDNkOGE4YzU4MmZiZTI4NTQyNDUzMzJiZDNkYjlhNyJ9fX0="}]},custom_name='{"color":"white","italic":false,"text":"ItemCustom"}']
Discord thread in #support forum: https://ptb.discord.com/channels/1145991395388162119/1315726450233577522
#support forum
When I set hidden-item-components setting in the leaf config to ["custom_data"], plugins that use Persistent Data Container should work.
Persistent Data Container
hidden-item-components: ["custom_data"]
custom_data
Dont need
No response
The text was updated successfully, but these errors were encountered:
can confirm
Sorry, something went wrong.
Dreeam-qwq
No branches or pull requests
Checklist
What behaviour is observed?
hidden-item-components
breaking pluginsWhen I set
hidden-item-components
setting in the leaf config to["custom_data"]
, plugins that usePersistent Data Container (PublicBukkitValues)
were broken.Old item (before changing config):
/paper dumpitem:
New item (after changing config & changing it back):
/paper dumpitem:
Discord thread in
#support forum
: https://ptb.discord.com/channels/1145991395388162119/1315726450233577522Expected behaviour
When I set
hidden-item-components
setting in the leaf config to["custom_data"]
, plugins that usePersistent Data Container
should work.To Reproduce
hidden-item-components: ["custom_data"]
in leaf config.custom_data
component are now not usable anymore.Spark profiler link
Dont need
Error log (if applicable)
No response
The text was updated successfully, but these errors were encountered: