Update README

This commit is contained in:
Starbeamrainbowlabs 2020-05-12 00:41:31 +01:00
parent f3a8c1dd64
commit 47514a5748
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -18,6 +18,7 @@ If you can dream of it, it probably belongs here!
- [`//maze3d <replace_node> [<path_length> [<path_width> [<path_depth> [<seed>]]]]`](#maze3d-replace_node-seed)
- [`//bonemeal [<strength> [<chance>]]`](#bonemeal-strength-chance)
- [`//walls <replace_node>`](#walls-replace_node)
- [`//count`](#count)
- [`//multi <command_a> <command_b> .....`](#multi-command_a-command_b-command_c-)
- [`//y`](#y)
- [`//n`](#n)
@ -140,6 +141,13 @@ Creates vertical walls of `<replace_node>` 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 <command_a> <command_b> <command_c> .....`
Executes multi chat commands in sequence. Intended for _WorldEdit_ commands, but does work with others too. Don't forget a space between commands!