PartyPlugin

Lightweight party system for Paper/Spigot servers — quick install & usage.

Installation

  1. Build the plugin with Maven (Java 17):
  2. mvn clean package
  3. Copy the produced JAR from target/ to your server's plugins/ folder.
  4. Start or reload the server. The plugin will create a default config.yml on first run.

Commands

/party create
Create a new party and become leader.
/party invite <player>
Invite an online player to your party. They will receive an invite message.
/party accept
Accept a pending invite and join the inviter's party.
/party leave
Leave your current party. If the leader leaves, a new leader is promoted or the party is disbanded.
/party disband
Disband your party (leader only).
/party info
Show current party leader and members.
/party chat <message>
Send a message visible only to party members.

Configuration

The plugin ships with a simple config.yml in src/main/resources. You can customize messages there. Example keys:

Behavior & Notes

Extending the Plugin

Ideas for improvements:

Quick Links