File Details
modwhitelist-1.21.1-2.0.0.jar
- R
- Apr 14, 2026
- 43.52 KB
- 686
- 1.21.1
- NeoForge
File Name
modwhitelist-1.21.1-2.0.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Modwhitelist v2.0.0
✨ Feature
- Split the config into multiple files for better structure and easier maintenance:
settings.jsonboth_side_required.jsonclient_required.jsonclient_optional.jsonserver_only.jsondeny.json
🔧 Improvement
- Added a new collect mode workflow to automatically classify:
- both-side required mods
- client-optional mods
- server-only mods
- Improved overall config clarity for server admins
client_required.jsonis now intentionally kept manual, so admins can decide which client-only mods are truly required- Added support for denied files in addition to denied mod IDs
🐛 Fix
- Improved kick messages with colored formatting for better readability
- Kick messages are now much clearer when mods or files are missing, denied, or not allowed
- Fixed command structure by simplifying collect mode usage
📁 File/Project structure
- Moved from a single
modwhitelist.jsonto a structured multi-file config folder:config/modwhitelist/
⚙️ Compatibility
- Added automatic legacy migration from the old single-file config to the new multi-file structure
Commands
/modwhitelist reload/modwhitelist init/modwhitelist collect on/modwhitelist collect off/modwhitelist collect clear
Notes
- Old configs are migrated automatically on first start
- Auto-collect writes to:
both_side_required.jsonclient_optional.jsonserver_only.json
client_required.jsonmust be adjusted manually if you want certain client-only mods to be mandatory

