Mod Control Mod 1.8/1.7.10
Mod Control Mod 1.7.10
Description
This mod is a small server utility that allows you to filter which mods players that join your server are allowed to use.
Usage
After running your server with this mod once you should find a config file named “ModControl.cfg” in your config dictionary. In there you can specify the list type (Blacklist,Whitelist) and the mod ids that should be blocked / allowed. You can also modify the message that players will get when joining with a blocked mod.
As an example, if you would want to prevent players from using NEI and Journey Map (Just the first two client side mods that came to my mind) on your server your config file would look like this:
# Configuration file
settings {
# The Kick Message an user will get when using a mod that’s not allowed, %s will be replaced with the mod id [default: You are not allowed to use %s]
S:Kick-Message=You are not allowed to use %s# ListType (0=BlackList, 1=WhiteList) [range: 0 ~ 1, default: 0]
I:ListType=0# ModIds seperated by ; [default: ]
S:ModIds=journeymap;NotEnoughItems
}
You can also use the command “/mc reload” to reload the settings without restarting the server.
Installation
Drop the downloaded jar file in your mods folder. This is a server side only mod, installing it on the client willNOT work.
Servers/Mod Packs
Feel free to use this mod on any server/in any modpack you want.
Download Mod Control Mod
For 1.8
http://www.dl3.5minecraft.net/download.php?file=03c45e276a7ed433de7148f00322d6c9
For 1.7.10
http://www.dl3.5minecraft.net/download.php?file=94e4464303b5f64ebb568f1031973fc2
Author: Lumien