Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
๐ฎ BetterWhitelist
Finally, your players can invite friends themselves!
๐ The Problem
On most whitelisted servers, players always have to contact an admin when they want to invite a friend. That's annoying and time-consuming.
๐ก The Solution
BetterWhitelist gives trusted players the ability to independently add friends to the whitelist โ with a single command!
โจ Features
- ๐ซ Simple Whitelist Management -
/invite <player>is all you need - ๐ซ Auto-Kick on Removal - Players are kicked when uninvited
- ๐ Invite Tracking & Limits - Track who invited whom, configurable max invites (default: 5)
- ๐ Statistics & Management - View invites, remaining slots, admin tools
- ๐ Hot Reload - Update config without restart
- ๐ Permission System - Secure role-based access control
- ๐ฅ LuckPerms Integration - Optional automatic group assignment
- ๐ Multilingual - German and English support
- โก High Performance - Async operations, persistent JSON storage
๐ Quick Start
- Download the plugin
- Copy to
plugins/folder - Start server (config is created automatically)
- Grant permissions:
/lp group trusted permission set invite.use true - Done! Players can now use
/invite <name>
๐ Commands
| Command | Permission | Description |
|---|---|---|
/invite <player> |
invite.use |
Invites a player to the whitelist |
/uninvite <player> |
invite.admin |
Removes a player (kicks if online) |
/invitelist [player] |
invite.use |
Shows your invites and remaining slots |
/invitelist <player> |
invite.admin |
View another player's invites |
/betterwhitelist reload |
invite.admin |
Reloads config and invite data |
Aliases: /invitelist โ /ilist, /invites โข /betterwhitelist โ /bwl, /bwhitelist
๐ Permissions
| Permission | Description | Default |
|---|---|---|
invite.use |
Invite and view own invites | OP |
invite.admin |
Unlimited invites, manage all players | OP |
โ๏ธ Configuration
language: "en" # "en" or "de"
max-invites: 5 # Max invites per player (admins unlimited)
luckperms:
enabled: false
default-group: "default"
๐ Invite System
Players can invite up to 5 friends (configurable). Use /invitelist to see your invites and remaining slots. When you uninvite someone, the slot becomes available again. All invites are tracked with timestamps in invites.json.
Admin Features: View any player's invites, unlimited invites, see top inviters from console.
๐ฌ Support & Links
- ๐ Issues: GitHub Issues
- ๐ Source Code: GitHub Repository
- ๐ License: MIT License - Free to use and modify
๐ง Requirements
- Minecraft: 1.21.x
- Server: Paper, Purpur, or Paper fork
- Java: 21+
- Optional: LuckPerms for group management
Made with โค๏ธ for the Minecraft Community


