Skip to content

Installation

Ryandw11 edited this page Mar 20, 2023 · 6 revisions

Important Notice: Make sure to install this plugin and test it with a test server so your server does not get ruined.


Installing the plugin

Download the plugin

The first step is to download the plugin from spigot. Then put it inside of your plugin folder.

Then start the server, after it finishes starting, stop it immediately without joining and configure the plugin.
Note: CustomStructures requires Java 16 or above in order to run.

Configuration

If you go into your plugin folder you can see a new customstructures folder.
Inside are a bunch of folders and a config.yml file. An important thing to note is the Structures list:

Structures:
    - demo

That list contains the name of all of the structures to spawn. If a structure's file name is not put in that list, then the structure won't spawn. A structure with the file name demo.yml will put put into the structures list as demo like shown above.

Note: This plugin does not come with any pre-made structures or schematics.

Editing and Creating Structure Files

Click here to see how structure files are formatted.

Creating and Including Schematics

Click here to see how schematics are used with this plugin.

Clone this wiki locally