What's New
Client Type Detection System
- Automatic Client Detection: The plugin now automatically detects what client type each player is using
- Comprehensive Support: Supports detection of all major Minecraft clients including:
- Vanilla - Official Minecraft launcher
- Modded Clients - Forge, Fabric, Quilt
- Optimization - OptiFine
- PvP Clients - Lunar Client, Badlion Client, LabyMod, Feather Client, PvP Lounge
Flexible Client Blocking System
- Whitelist System: Use `allowed-clients` to only permit specific client types
- Blacklist System: Use `blocked-clients` to ban specific client types
- Priority Logic: Blocked clients always take priority over allowed clients
- Per-Server Configuration: Different client rules for each server in your network
Enhanced Configuration Options
Each server now supports these new settings:
Code (YAML):
client-check-enabled
: true/false
# Enable client type checking
allowed-clients
:
[
"vanilla",
"optifine"
]
# Whitelist specific clients
blocked-clients
:
[
"forge",
"fabric"
]
# Blacklist specific clients
client-kick-message
:
"Custom message"
# Personalized kick messages