Skip to content
New issue

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

nbt format #15

Open
galoti opened this issue Dec 9, 2018 · 2 comments
Open

nbt format #15

galoti opened this issue Dec 9, 2018 · 2 comments

Comments

@galoti
Copy link

galoti commented Dec 9, 2018

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"} 
   ] 
 }
@VimbaTheFish
Copy link
Owner

Oh, no, it supports only one level : (

@galoti
Copy link
Author

galoti commented Dec 14, 2018

Aaah, ok :/

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

No branches or pull requests

2 participants