]> git.lizzy.rs Git - worldedit.git/commit
//metasave and //metaload are now superceded by //save and //load's new functionality...
authorAnthony Zhang <azhang9@gmail.com>
Wed, 20 Mar 2013 21:12:48 +0000 (17:12 -0400)
committerAnthony Zhang <azhang9@gmail.com>
Wed, 20 Mar 2013 21:12:48 +0000 (17:12 -0400)
commit9209d81d2022146ff53aea42dc66739b97b9138b
treef27d595bea5093c0f9371b6e71b5b8f337172689
parent34c4475d066336b6b629195fcecd7551f82cf974
//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
WorldEdit API.md
worldedit/compatibility.lua [new file with mode: 0644]
worldedit/serialization.lua
worldedit/table serialize (WIP).lua [deleted file]
worldedit/table_save.lua [deleted file]
worldedit_commands/init.lua