Skip to main content

PvPManager API

Developer API reference for PvPManager.

Maven Dependency

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

Getting Plugin Instance

PvPManagerPlugin plugin = (PvPManagerPlugin) Bukkit.getPluginManager().getPlugin("PvPManager");

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

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