Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Overview
Server Eye is a Mod designed for Forge, giving Server Owners the ability to Blacklist certian modIds to prevent Players with these Mods from joining the Server.
How does this work?
Once a Player connects to your Server, the Client of Server Eye will send all Mod Data to the Server, which will the be compared to the Blacklist set in server_eye-common.toml. If a modId matches, the Player will be kicked from the Server, asking them to remove the Mod.
Heads up!
I made this Mod for my Server, and only published it in the hoppes that people may find it useful. Server Eye is not perfect, but I will try to maintain the Project as best as I can.
Configuration
You can find the Mods Config File under Files > Config > server_eye-common.toml
Blacklisting Mods
blacklistedMods
blacklistedMods is a lsit of modIds that you do not want your Players to use on your Server.
# This is how you add modIds
blacklistedMods = ["freecam", "xray"]
Whitelisting Players
whitelistedPlayers
whitelistedPlayers is a list of Players which will skip the Mod checks that Server Eye does.
# This is how you add Players
whitelistedPlayers = ["Player1", "Player2"]
timeoutSeconds
timeoutSeconds
timeoutSeconds is the Duration where Server Eye waits for the Client to send its Modlist. If the Modlist is not send in the specified duration, the Player will be kicked for timing out.
This feature can be disabled by setting timeoutSeconds to 0
"logOnly" Mode
logOnly
logOnly would disable Players being kicked from the Server, and only log if a Player joins with a Blacklisted Mod to the Console.
Q&A
Fabric Support?
I am not going to port this Project to Fabric. ClientID is allot better then what I created here. So if you want something simular for Fabric, use ClientID!
Is this Server-Side only?
No. for Server Eye to work, it also has to be installed on the Client. There is sadly no other way to do something like this exclusively Server-Sided.
Is Server Eye reliable?
Yes, it should be in most cases, but ofcourse, nothing is perfect. So, you cannot just add this and expect that if you Blacklist Freecam that your Players cannot use it anymore, there are ways to bypass Mods like Server Eye.


