Skip to content

Installation

  • Java 21 or higher
  • Paper 1.21.x or newer
  • 4MB disk space (JAR only, ~10MB with dependencies)

Get the latest release from the Modrinth page.

Place the InviteMe-<version>.jar file in your plugins/ directory:

server/
└── plugins/
└── InviteMe-1.0.0.jar

Restart your Paper server:

Terminal window
./stop.sh
./start.sh

Check your server logs for:

[InviteMe] Plugin loaded successfully
[InviteMe] Default configuration created

On first startup, InviteMe will create:

  • plugins/InviteMe/config.yml - Main configuration
  • plugins/InviteMe/locales/ - Language files (en, es, de)
  • plugins/InviteMe/invites.db - SQLite database (default)

Edit config.yml and reload with:

/im reload

Plugin not loading?

  • Check Java version: java -version
  • Ensure Paper 1.21.x or newer

Storage issues?

  • Reset with: /im migrate sqlite
  • Check file permissions in plugins directory