clientcommands
clientcommands copied to clipboard
[Suggestion] Replace feature on ghostblock fill command.
title.
What is this issue for? "Replace feature on ghostblock fill command" is not enough information.
Did you mean cghostblock fill <from> <to> <block> replace <filter>
?
What would that even do?
Same as /fill ... replace ...
presumably
I must be stupid cause I have never known that existed. Let me check it out.
@Earthcomputer enhancement or no?
Java fill command is like this:
fill <from> <to> <block> [destroy|hollow|keep|outline|replace]
fill <from> <to> <block> replace [<filter>]
I think ghostblock fill should have those features as well:
cghostblock fill <from> <to> <block> [destroy|hollow|keep|outline|replace]
cghostblock fill <from> <to> <block> replace [<filter>]
@TexRexTex thanks for clarifying, you should have clarified that in your original post, rather than leaving us guessing.
Any update on this?
It shouldn't be that hard right?? I used the minecraft code as a reference and made the syntax in a fork pretty easily.