Skip to main content

Spectre API

Developer API reference for Spectre.

Maven Dependency

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

Getting Plugin Instance

SpectrePlugin plugin = (SpectrePlugin) Bukkit.getPluginManager().getPlugin("Spectre");

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

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