diff options
Diffstat (limited to 'Chat Commands.md')
-rw-r--r-- | Chat Commands.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Chat Commands.md b/Chat Commands.md index 81d19c1..7f6eeb0 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -235,20 +235,6 @@ Load nodes from "(world folder)/schems/<file>.we" with position 1 of the current //load some random filename
//load huge_base
-### //metasave <file>
-
-Save the current WorldEdit region including metadata to "(world folder)/schems/<file>.wem".
-
- //metasave some random filename
- //metasave huge_base
-
-### //metaload <file>
-
-Load nodes and metadata from "(world folder)/schems/<file>.wem" with position 1 of the current WorldEdit region as the origin.
-
- //metaload some random filename
- //metaload huge_base
-
### //lua <code>
Executes <code> as a Lua chunk in the global namespace.
|