Tag Resolver (Type) — SkBee

Addon: SkBee · Category: Type · Since: 3.5.0

Syntax

tagresolver

Description

Represents an object to replace text in a mini message.

Examples

# Create a component
set {_t} to translate component of player's tool
add hover event showing player's tool to {_t}
# Use this component in the resolver to replace "<item>" in the mini message
set {_r} to resolver("item", {_t})
# setup the mini message with the replacement placeholder
set {_m} to mini message from "<rainbow> Hey guys check out my <item> aint she a beaut?" with {_r}
send component {_m}

View source