-
Notifications
You must be signed in to change notification settings - Fork 34
Installation
Important Notice: Make sure to install this plugin and test it with a test server so your server does not get ruined.
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.
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.
Custom Structure WIKI
- Main Page
- Installation
- Commands
- Creating Schematics
-
Structure Configuration
- Structure Configuration File
- Configuration Signs
- Weighted Probability
- Updating The Plugin
- Addons
- Developer API