Skip to main content

Recipe Crafter API

Developer API reference for Recipe Crafter.

Maven Dependency

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

Getting Plugin Instance

Recipe CrafterPlugin plugin = (Recipe CrafterPlugin) Bukkit.getPluginManager().getPlugin("Recipe Crafter");

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

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