forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 71
DataSpell
KyousukeSenpai edited this page Jan 10, 2019
·
9 revisions
Configuration Options:
| 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. |
Example:
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%."