#ItemMeta

1 messages · Page 1 of 1 (latest)

jaunty silo
#

Hi, I'm having trouble with extracting data from the ItemMeta.

So, I have a command that output this :
"BOOK_SIGNED_META:{meta-type=BOOK_SIGNED, title=test, author=Charlev3911, pages=[{"text":"test11 test12 test13"}], resolved=true}"

and I would like to extract and store the title in a string variable but I can't figure it out

stoic briar
#

You can check if the meta is instance of bookmeta than cast it @jaunty silo

jaunty silo
#

It's allright

#

I've found my way