forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 71
Game Test Add Marker Effect
JasperLorelai edited this page Nov 11, 2025
·
5 revisions
effect: gametestaddmarkerNote
Introduced in 4.0 Beta 14.
Warning
Deprecated since 4.0 Beta 18.
This effect creates debug markers in the world.

| 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 |