diff options
author | Wuzzy <wuzzy2@mail.ru> | 2017-09-05 14:40:46 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2017-09-05 14:40:46 +0200 |
commit | 3c61759bae15d8bedc9c54b4e3903479a5f4cf08 (patch) | |
tree | 39927d87549c4ba02801e8f2e18576c4c8852edb /ChatCommands.md | |
parent | 2f4eb19a3afa73b95fd5ce50011c3292dec8bbc2 (diff) |
Allow to bulk-set param2 of regions (#144)
Diffstat (limited to 'ChatCommands.md')
-rw-r--r-- | ChatCommands.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChatCommands.md b/ChatCommands.md index 2a43c05..03db302 100644 --- a/ChatCommands.md +++ b/ChatCommands.md @@ -117,6 +117,10 @@ Set the current WorldEdit region to `<node>`. //set Blue Lightstone
//set dirt with grass
+### `//param2 <param2>`
+
+Set the param2 value of all nodes in the current WorldEdit region to `<param2>`.
+
### `//mix <node1> ...`
Fill the current WorldEdit region with a random mix of `<node1>`, `...`.
|