Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.37 KB

Build Status

Scaffold

World management plugin for build servers.

This project is a fork of Avicus Network's Build Plugin. Kudos to them for their great work.

Server Setup

  1. Start with the latest stable Paper (PaperSpigot) build.

  2. Compile the latest version of Scaffold or download it from our Jenkins.

  3. Start the server. The 3 most basic commands in the plugin are /create, /worlds, and /open.

Permissions

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