Skip to the content.

This guide covers plugin installation, first startup, and basic validation.

Requirements

Download or Build

From Releases

Download the latest jar from GitHub Releases.

From Source

git clone https://github.com/SSoggy-Group/SSoggyPvP-Manager.git
cd SSoggyPvP-Manager
mvn clean package

The jar will be produced in target/, typically as SSoggyPvP-Manager-1.0.0.jar.

Install on Your Server

  1. Stop the server.
  2. Copy the jar into plugins/.
  3. Start the server.
  4. Wait for the plugin to generate its default config files.
  5. Stop the server again if you want to make initial config changes before players join.

Generated Files

SSoggyPvP-Manager stores its data in the plugin directory:

First Validation

After startup, verify:

  1. The plugin loads without errors in console.
  2. /pvp status works for a player.
  3. /pvpadmin reload works for an admin.
  4. /pvpadmin wand gives the configured wand item.

Common Installation Mistakes