From 9209d81d2022146ff53aea42dc66739b97b9138b Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Wed, 20 Mar 2013 17:12:48 -0400 Subject: //metasave and //metaload are now superceded by //save and //load's new functionality. worldedit.deserialize now supports every version of the WorldEdit format that has ever existed, and the new worldedit.valueversion uses file characteristics to determine which type of file format a given file uses. The new WorldEdit file format is the same as the one used by MineTest for serializing data, and is capable of storing arbitrary data, as well as leaving fields for future improvements. In other words, this is the last forward-compatibility breaking change that will be made to the file format. --- Chat Commands.md | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Chat Commands.md') 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/.we" with position 1 of the current //load some random filename //load huge_base -### //metasave - -Save the current WorldEdit region including metadata to "(world folder)/schems/.wem". - - //metasave some random filename - //metasave huge_base - -### //metaload - -Load nodes and metadata from "(world folder)/schems/.wem" with position 1 of the current WorldEdit region as the origin. - - //metaload some random filename - //metaload huge_base - ### //lua Executes as a Lua chunk in the global namespace. -- cgit v1.2.3