NBT
Substitutes the NBT-value at a given path as retrieved from various sources; this tag acts as a placeholder and must thereby be self-closing (does not accept content).
Block
Overview
Retrieves data from a block within the player's world.
<block-nbt
coordinates: coordinates
↪ Coordinates of the target block
path: string
↪ Path of the NBT-value
separator: markup(null)
↪ Separator injected in-between list-items
representation: markup(null)
↪ Representation of each item; introduces the {value} placeholder
/>
Example
TODO: Add example
Entity
Overview
Retrieves data from an entity within the player's world.
<entity-nbt
selector: selector
↪ Selector to decide targets with
path: string
↪ Path of the NBT-value
separator: markup(null)
↪ Separator injected in-between list-items
representation: markup(null)
↪ Representation of each item; introduces the {value} placeholder
interpret: boolean(false)
↪ Whether NBT-values are to be interpreted as components
/>
Example
TODO: Add example
Storage
Overview
Retrieves data from a resource-location or command-storage.
<storage-nbt
key: string
↪ Resource-location of the data-holder
path: string
↪ Path of the NBT-value
separator: markup(null)
↪ Separator injected in-between list-items
representation: markup(null)
↪ Representation of each item; introduces the {value} placeholder
interpret: boolean(false)
↪ Whether NBT-values are to be interpreted as components
/>
Example
TODO: Add example