Markers Commands
See original GitHub issueI’ve been trying to use markers, but it seems the commands have been updated.
The wiki calls for: .markers options … - blocks options.
add <type> - adds block <type>. Must be a valid (namespaced) type
add <id> --id - adds block referred to by <id>
add <regex> --regex - adds all blocks that are matched by this regex (good example: Dirt)
remove <type> - removes given type from markers
remove <type> [–regex / --id] [–meta <metadata id>] [–bounds “<min>-<max>”]
markers options
is no longer a command
I’m trying to add a block using regex. From markers blocks add diamond --regex
I get color expected 3 or 4 arguments, got 1
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Command: marker
The marker command creates a new marker. The marker-model and point-spec arguments are required. The marker can be added to an existing marker...
Read more >Marker - Minecraft Wiki
Markers are entities intended for use in data packs and map-making. They can only be created with the /summon command.
Read more >:MARKer Commands - Keysight RFMW Sitemap
:MARKer Commands. 86100D Legacy Command, Similar FlexDCA Command. :MARKer:PROPagation, :GRAPh:T:OHMS:X:DCONstant · :GRAPh:T:OHMS:X:VFACtor
Read more >Navigate using markers in Logic Pro - Apple Support
In Logic Pro, do one of the following: Press and hold Option and click the marker in the Marker track. Use the Go...
Read more >Create Line Plot with Markers - MATLAB & Simulink
Adding markers to a line plot can be a useful way to distinguish multiple lines or to highlight particular data points. Add markers...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tried
markers blocks bulk-add diamond_*_ore
and got:Found no blocks matching diamond_*_ore Did you mean "minecraft:diamond_*_ore?"
Edit:
markers blocks bulk-add *:diamond_*_ore
works as well asmarkers blocks md *:diamond_*_ore
Again, thanks for the fast responses and fast git commits! You should really throw a donate button up on the readme!
I’m not seeing it updated under releases, but I just compiled it myself, so all good. Will test now.
Edit: Disregard, I see the commit, I just didn’t see the actual date change so I figured it wasn’t updated. My bad!