Game Test Add Marker Effect - TheComputerGeek2/MagicSpells GitHub Wiki
effect: gametestaddmarker
[!WARNING] Introduced in 4.0 Beta 14.
Description:
This effect creates debug markers in the world.
Configuration:
Option | Description | Type | Default |
---|---|---|---|
name |
Displayed text. | String | |
color |
ARGB Color | ff000000 (black) |
|
viewer |
Can be: caster , target , or position . |
String | position |
lifetime |
In milliseconds. | Integer | 1000 |
broadcast |
Sent to all players in the same world. | Boolean | false |
use-viewer-as-target |
Determines whether the viewer of the effect should be used as the "target" in expressions. | Boolean | false |
use-viewer-as-default |
Determines whether the viewer of the effect should be used for "recipient" in expressions. | Boolean | true |