SupplyCrates API
Developer API reference for SupplyCrates.
Maven Dependency
<dependency>
<groupId>VexorCore.Logix</groupId>
<artifactId>SupplyCrates</artifactId>
<version>3.0</version>
<scope>provided</scope>
</dependency>
Getting Plugin Instance
SupplyCratesPlugin plugin = (SupplyCratesPlugin) Bukkit.getPluginManager().getPlugin("SupplyCrates");
Basic Usage
// Check if plugin is enabled
if (plugin != null && plugin.isEnabled()) {
// Use plugin API
}
API Documentation
See API Overview for integration patterns and examples.
Events
SupplyCrates fires custom events that you can listen to. Check the API documentation for available events.