NoExcessiveMods banner
NoExcessiveMods icon

NoExcessiveMods

I want a mod which restricts people from connecting to the server who have mods not permitted by server operator. I want the list to be customizable through...

00Free
fabricServer1.21.1mod

NoExcessiveMods

Overview

NoExcessiveMods lets server operators control exactly which mods players are allowed to use on your server. Create a whitelist of approved mods and keep everything else out. Perfect for keeping gameplay fair and preventing cheating.

Features

  • Mod Whitelist: Only allow specific mods that you approve
  • In-Game Commands: Manage your allowed mod list without editing files
  • Persistent Storage: Your mod list saves automatically
  • Operator Only: Only server operators can use the commands

How to Use

Adding a Mod to the Allow List

Type this in the console or in-game (if you're an operator):

/authmod <mod name> true

Example: To allow players to use Jade mod:

/authmod Jade-1.21.1-Fabric-15.10.5 true

Removing a Mod from the Allow List

/authmod <mod name> remove

Example:

/authmod Jade-1.21.1-Fabric-15.10.5 remove

Viewing All Allowed Mods

/authmod list

Checking a Mod's Status

/authmod <mod name>

This tells you if a mod is currently allowed or not.

Tips & Tricks

  • Mod Names Matter: Use the exact mod filename (or mod ID) when adding to the list
  • Start Empty: By default, no mods are allowed until you add them
  • Case Sensitive: Make sure you type mod names exactly as they appear

Known Limitations

This mod provides the command infrastructure for managing allowed mods. Full automatic player mod detection and kicking requires additional client-side components to report installed mods to the server. The current implementation provides the server-side whitelist management system.