-
Notifications
You must be signed in to change notification settings - Fork 34
Developer API
Ryandw11 edited this page Mar 21, 2021
·
20 revisions
Custom Structures provides a robust API allowing developers to manipulate the functionality of the plugin. Currently it is not possible to make custom properties for structures, but it could be in the future.
<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.5.7</version>
</dependency>
repositories {
maven { url 'https://repo.ryandw11.com/repository/maven-releases/' }
}
dependencies {
implementation 'com.ryandw11:CustomStructures:1.5.7'
}
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