Unparser is a Bukkit/Spigot 1.8.8 plugin. It takes map archive files made by Mineplex's MapParser and rebuilds them as normal, editable worlds for your Build Server.
- Takes one or more parsed map
.zipfiles. - Rebuilds them into regular worlds you can open and edit.
/unparse run <gameType|auto> <source...>: rebuilds maps from the source files./unparse dryrun <gameType|auto> <source...>: shows what would be rebuilt, without making changes./unparse status: shows whether a rebuild is currently running.
- A source can be a
.zipfile or a folder. - If you use a folder, Unparser checks that folder and all subfolders for
.zipfiles. - You can include multiple sources in one command.
- Put quotes around paths with spaces.
Example:
/unparse run auto "worlds/Survival Games" "worlds/Dragon Escape"