forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 71
DataSpell
JasperLorelai edited this page Mar 21, 2022
·
9 revisions
Targeted spell. Fetches a specific data-element and places it in a variable
| Option | Description | Default Value |
|---|---|---|
data-element |
Data elements can be found here DataLivingEntity Or DataEntity. | uuid |
variable-name |
Which variable to place the data-element in. |
variables:
playeruuid:
type: playerstring
permanent: true
data:
spell-class: ".targeted.DataSpell"
target-self: true
variable-name: playeruuid
data-element: uuid
str-cast-self: "Your UUID is %var:playeruuid%."