Nickname Detector
Detecting Fake Nicknames
This mod is designed to verify the authenticity of in-game usernames. It analyzes whether a nickname is a real existing account or a fictional name. While the system doesn't guarantee 100% detection of all fake names, it successfully identifies most of them.
How It Works
The verification is performed by querying the official Mojang database. The mod sends requests to confirm the existence of specified game accounts.
Commands and Controls
The following commands are available for use:
/nicknamedetector- checks all players on the server/nicknamedetector (player)- checks a specific player
A hotkey is also provided for quick checking of the player you're currently looking at.
Technical Requirements
Required for the mod to work:
- Fabric
- Fabric API
- Fabric Language Kotlin
Features
The mod works exclusively on the client side. No errors have been identified in its operation so far. If problems are detected, it's recommended to report them through the appropriate reporting system.
Licensing
The project is distributed under the GNU Lesser General Public License version 3 (LGPLv3). The developer doesn't plan to create a version for Forge but allows other developers to port the mod.