| Name | DebugBlock |
| Syntax | debugblock [<location>|.../clear] (color:<color>) (name:<name>) (players:<player>|...) (d:<duration>{10s}) |
| Short Description | Shows or clears minecraft debug blocks. |
| Full Description | Shows or clears minecraft debug blocks, AKA "Game Test Markers".
These are block-grid-aligned markers that are a perfect cube of a single (specifiable) transparent color, and stay for a specified duration of time or until cleared. Markers can optionally also have simple text names. If arguments are unspecified, the default color is white, the default player is the linked player, the default name is none, and the default duration is 10 seconds. Note that on MC 1.21+ this has limitations (within Minecraft itself), namely: - the color is always green. - the duration is always 10 seconds. - the name can only be a LocationTag and defaults to the debug block's location if unspecified. - debug blocks can't be cleared. |
| Related Tags | None
|
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Synonyms (Search Aid) | gametestmarker |
| Group | player |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/DebugBlockCommand.java#L30 |