Thank you for supporting your Minecraft mod developer!
ModInfo is a library which allows a mod for Minecraft to provide some simple, anonymous information to the mod developer about Minecraft and their mod. This is done by sending a simple HTTP message to a Google Analytics server.
Some of the really useful information for a mod developer is:
No personally identifiable information is sent by ModInfo at any time. We take adhere strictly to Google's Privacy Policy. Your username, game server addresses, etc. will never be transmitted.
Here is a typical sample message sent by ModInfo:
POST /collect HTTP/1.1
Host: www.google-analytics.com
v=1&tid=UA-XXXXXXXX-1&cid=b432-026d-08239-29ba&t=appview&an=CoolMod&av=1.0.0
&cd=Minecraft+1.7.2%2C+Singleplayer&sr=1920x1200&ul=en_US
The message above includes:
In software, it is very common for bugs to go unreported. With ModInfo, a mod developer can choose to have a message sent when his mod experiences an error. This kind of error reporting is common with commercial games and consoles, but it has never been readily available to Minecraft mod developers until now.
Real-time error reporting by ModInfo means the mod developer can react to problems quickly and start preparing fixes right away.
The anonymous id (cid in the sample message above) is constructed using a random "salt" value placed within the .minecraft/config/(modname)_ModInfo.cfg file.
This anonymous id can be altered at anytime by changing the salt value in the (modname)_ModInfo.cfg file, or by deleting the file altogether. A new salt value will be generated the next time the file is created.
If you want to see exactly what messages are being sent by a mod, set the verbose value in the .minecraft/config/(modname)_ModInfo.cfg file to "true". The messages will be shown in your console window or log files.
Note: The mod developer decides when messages are sent. If you have questions about the frequency of messages sent by a mod, contact the mod developer directly.
But please don't! Mod developers rarely get good information on how their hard work is being used. ModInfo is a simple, no-hassle, anonymous way for them to get basic information on how they can support you.
But if you really don't want that helpful message sent, here is how to Opt Out: