-
Notifications
You must be signed in to change notification settings - Fork 33
Developer API
Ryandw11 edited this page Dec 4, 2021
·
20 revisions
Custom Structures provides a robust API allowing developers to manipulate the functionality of the plugin. As of 1.5.8 it is possible to make custom sections/properties for structures. See more about that here.
<repositories>
<repository>
<id>Ryandw11 Repo</id>
<url>https://repo.ryandw11.com/repository/maven-releases/</url>
</repository>
</repositories><dependency>
<groupId>com.ryandw11</groupId>
<artifactId>CustomStructures</artifactId>
<version>1.7.0</version>
<scope>provided</scope>
</dependency>repositories {
maven { url 'https://repo.ryandw11.com/repository/maven-releases/' }
}dependencies {
implementation 'com.ryandw11:CustomStructures:1.7.0'
}Check out the JavaDocs here: https://ryandw11.github.io/CustomStructures/
Custom Structure WIKI
- Main Page
- Installation
- Commands
- Creating Schematics
-
Structure Configuration
- Structure Configuration File
- Configuration Signs
- Weighted Probability
- Updating The Plugin
- Addons
- Developer API