Skip to main content

fillloot API

Developer API reference for fillloot.

Maven Dependency

<dependency>
<groupId>VexorCore.Logix</groupId>
<artifactId>fillloot</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>

Getting Plugin Instance

filllootPlugin plugin = (filllootPlugin) Bukkit.getPluginManager().getPlugin("fillloot");

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

fillloot fires custom events that you can listen to. Check the API documentation for available events.