Installation
Requirements
Section titled “Requirements”- Java 21 or higher
- Paper/Spigot 1.21.10 or compatible
- 4MB disk space (JAR only, ~10MB with dependencies)
1. Download
Section titled “1. Download”Get the latest release from the Modrinth page.
2. Install
Section titled “2. Install”Place the InviteMe-<version>.jar file in your plugins/ directory:
server/└── plugins/ └── InviteMe-1.0.0.jar3. Restart Server
Section titled “3. Restart Server”Restart your Paper server:
./stop.sh./start.sh4. Verify Installation
Section titled “4. Verify Installation”Check your server logs for:
[InviteMe] Plugin loaded successfully[InviteMe] Default configuration createdFirst Run
Section titled “First Run”On first startup, InviteMe will create:
plugins/InviteMe/config.yml- Main configurationplugins/InviteMe/locales/- Language files (en, es, de)plugins/InviteMe/invites.db- SQLite database (default)
Configuration
Section titled “Configuration”Edit config.yml and reload with:
/im reloadTroubleshooting
Section titled “Troubleshooting”Plugin not loading?
- Check Java version:
java -version - Ensure Paper 1.21.10 or compatible
Storage issues?
- Reset with:
/im migrate sqlite - Check file permissions in plugins directory