Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Dedicated servers only
Tags
Creators
Details
Licensed ARR
Published last week
A server-side mod that enforces a required mod list for connecting players. If a player is missing any required mods (client mods included), they'll be kicked with a message telling them exactly what they need.
Example Config:
{
"blockExtraMods": true, # Blocks extra mods if enabled
"requiredMods": [
{
"modId": "examplemod1",
"displayName": "Example Mod 1"
},
{
"modId": "examplemod2",
"displayName": "Example Mod 2"
}
]
}


