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