-
Notifications
You must be signed in to change notification settings - Fork 2
Flag Visualizer
Flag Visualizer is a handy dandy debug tool that makes flagged locations visible for you!
Note: It's a debug tool and not meant to be used as global location flag storage.
To visualize location flags you have to gather data first. New gathered blocks will be automatically shown as material specified(default: bedrock) for 10 seconds. You gather data by flying around and using one of the following commands to start:
| Command | Description |
|---|---|
/visualizeflag search my.cool.sub.flag.path location red_wool |
gathers data for all blocks flagged my.cool.sub.flag.path in a range of 50 blocks of the player location. Flagged blocks will be shown as red_wool
|
/visualizeflag search my.cool.sub.flag.path chunk red_wool |
gathers data for all blocks flagged my.cool.sub.flag.path in the chunk the player is currently in, flagged blocks will be shown as red_wool |
visualizeflag search my_flag |
gathers data for all blocks flagged my_flag in the chunk the player is currently in, flagged blocks will be shown as bedrock. |
If you finished gathering use /visualizeflag or the same command you used to gather data to stop gathering.
To show all of your location flags gathered to the player, use:
| Command | Description |
|---|---|
/visualizeflag show my_flag |
shows all location flags gathered to the player for 1 minute (ignores unloaded chunks) |
To clear your data you can use the following commands:
| Command | Description |
|---|---|
/visualizeflag clear my_flag |
clears data of the my_flag flag for the player |
/visualizeflag clearall |
clears all data and reset everything for the player |
In this chunk were these flags gathered:
spawn.mob [red_wool], spawn.mob.zombie [green_wool], spawn.mob.skeleton [white_wool]


