Add -f flag to //count to allow fuzzy inputs.

Also re-implement //distr -c. And remove outdated help text on //copy.
This commit is contained in:
wizjany
2019-03-25 22:38:51 -04:00
parent 692ba6fda3
commit 8eccdc7444
2 changed files with 15 additions and 8 deletions

View File

@ -75,8 +75,7 @@ public class ClipboardCommands {
help = "Copy the selection to the clipboard\n" +
"Flags:\n" +
" -e will also copy entities\n" +
" -m sets a source mask so that excluded blocks become air\n" +
"WARNING: Pasting entities cannot yet be undone!",
" -m sets a source mask so that excluded blocks become air",
min = 0,
max = 0
)