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
Hello!! I saw you added nbt data support for items and that's great, but I don't know how I should format the nbt. I tried this :
7: { reward-message: "&3[&c&lPoke&9&lCake&3]&b &eSua sétima recompensa é 1 &6&lCaixa Rara: &9&l&oAleatória." icon: { item: "minecraft:skull:3" name: "&3&lDia &o7" lore: { 1: "&aEsta é sua sétima recompensa:" 2: "&6&o1 &6&lCaixa Rara: &9&l&oAleatória" 3: "&aNão se esqueça de voltar amanhã!" } nbt: { SkullOwner: { Id: "d08a119e-2aeb-48be-b14c-b3aa6b73af60" Properties: { textures: [ { Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWMzODIxZDRmNjFiMTdmODJmMGQ3YThlNTMxMjYwOGZmNTBlZGUyOWIxYjRkYzg5ODQ3YmU5NDI3ZDM2In19fQ==" } ] } } } } rewards: [ {reward: "CMD crates give case mcxrandom <player> 1"} ] }
The text was updated successfully, but these errors were encountered:
Oh, no, it supports only one level : (
Sorry, something went wrong.
Aaah, ok :/
No branches or pull requests
Hello!! I saw you added nbt data support for items and that's great, but I don't know how I should format the nbt. I tried this :
The text was updated successfully, but these errors were encountered: