World management plugin for build servers.
This project is a fork of Avicus Network's Build Plugin. Kudos to them for their great work.
-
Start with the latest stable Paper (PaperSpigot) build.
-
Compile the latest version of Scaffold or download it from our Jenkins.
-
Start the server. The 3 most basic commands in the plugin are
/create
,/worlds
, and/open
.
Command | Description | Permission Node |
---|---|---|
/lock |
Lock a world at this time. | scaffold.command.lock |
/archive -k |
Archive and delete a world (use -k to keep). | scaffold.command.archive |
/create [world name] |
Create a new world. | scaffold.command.create |
/open [world name] |
Open a world. | scaffold.command.open |
/close [world name] |
Close a world. | scaffold.command.close |
/export [world name] |
Export a world. | scaffold.command.export |
/import <.zip file link> <world name> |
Import a world. | scaffold.command.import |
/worlds |
Show all worlds. | scaffold.command.worlds |