Community listing page, reviews here may not be monitored by the author.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
🛡️ Kyo Anti-Alt (Standalone Security Module)
Kyo Anti-Alt is a lightweight, high-performance server-side mod developed specifically for Minecraft 26.3 (Fabric - Mojang Mappings). It is designed to protect the server economy and completely eliminate the issue of alt accounts (clones) used for grinding or griefing by implementing an "IP Shield" mechanism: permanently binding a single IP address to exactly one unique UUID.
✨ Breakthrough Features
- 🔒 Exclusive Hard-Lock Mechanism (1 IP = 1 UUID): Automatically captures the player's IP address upon their first login and strictly binds that IP to the account's UUID.
- 🚫 Iron-Clad Login Blocking: Any secondary account (or clone) attempting to connect from a locked IP is immediately kicked during the login phase, accompanied by a clear notification identifying the primary account associated with that IP.
- 🌐 100% Server-Side Operation: Players using the Vanilla client require no additional mods. It offers perfect compatibility for Bedrock Edition players (mobile, console) connecting via GeyserMC and Floodgate.
- ⚡ Optimized Performance: The lookup system utilizes a thread-safe
ConcurrentHashMapstructure combined with asynchronous disk I/O (via the GSON library), ensuring the server maintains a steady 60 TPS even under heavy load. - 🛠️ Administrator-Friendly: Supports in-game and console commands to flexibly remove IP bindings when players have legitimate reasons to switch accounts. ---
💻 Administration Command System
The command system utilizes Mojang's native Brigadier processing library, ensuring instantaneous command response times.
| Command | Permission | Function |
|---|---|---|
/unalt <playerName> |
Admin (OP) Only | Completely removes the specified player's IP association from the database, allowing them to log in with a new account. |
Note: This command can be executed directly from the VPS/Hosting console without needing to log into the game.
📂 Database & Configuration (kyo_anti.alt.json)
Upon the server's initial launch, the mod automatically generates a data storage file at config/kyo_antialt.json.
The file features a clear, hierarchical JSON structure; administrators can manually edit it using Notepad while the server is offline:
{
"26.165.220.5": {
"uuid": " ",
"name": " "
},
"112.4.22.19": {
"uuid": " ",
"name": " "
}
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources