diff --git a/README.md b/README.md index 2bd0d42..2b02288 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ If you can dream of it, it probably belongs here! - [`//maze3d [ [ [ []]]]`](#maze3d-replace_node-seed) - [`//bonemeal [ []]`](#bonemeal-strength-chance) - [`//walls `](#walls-replace_node) + - [`//count`](#count) - [`//multi .....`](#multi-command_a-command_b-command_c-) - [`//y`](#y) - [`//n`](#n) @@ -140,6 +141,13 @@ Creates vertical walls of `` around the inside edges of the define //walls goldblock ``` +### `//count` +Counts all the nodes in the defined region and returns the result along with calculated percentages (note that if the chat window used a monospace font, the returned result would be a perfect table. If someone has a ~~hack~~ solution to make the columns line up neatly, please [open an issue](https://github.com/sbrl/Minetest-WorldEditAdditions/issues/new) :D) + +``` +//count +``` + ### `//multi .....` Executes multi chat commands in sequence. Intended for _WorldEdit_ commands, but does work with others too. Don't forget a space between commands!