NBT of an item and adding to an array.

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
As in to get all of the tags of the item at once, like "set {_list::*} to nbt tags of item"? No, there's no way. You could possibly turn NBT into a string and parse it manually with some sort of splitting at commas, but that would be pretty difficult to do properly.

If you mean just to get NBT tags one-by-one and add them to a list you can just use SkStuff and add tag values to a list:
code_language.skript:
add tag "example" of player's tool to {_list::*}
 
Status
Not open for further replies.