
One Multiplayer Server Limiter
ArchivedLimit the server list on your fabric client to 1 server!
314downloads
1follower
314downloads
1follower
One Multiplayer Server Limiter has been archived. One Multiplayer Server Limiter will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 8 months ago
One Multiplayer Server Limiter
Tired of server clutter? Want a clean, focused experience for your player base?
The One Multiplayer Server Limiter is a simple yet powerful Fabric client-side mod designed to enforce a single dedicated server connection within the Minecraft Multiplayer Menu.
✨ How It Works
Upon starting Minecraft with this mod installed, the Multiplayer Server list will be locked down to a single entry. This mandatory entry is defined externally via a JSON configuration file.
- Single Server Focus: The mod strictly limits the server list to one entry.
- Immutable In-Game: Players are prevented from deleting, editing, or adding any new servers through the in-game interface.
⚙️ Configuration
The single, mandatory server is configured by editing the file:
/config/one-multiplayer-server-limiter.json
The file uses a simple JSON structure to set the server name and IP address:
{"name":"Example Server","ip":"example.com"}
- By editing this file, mod pack creators can easily change the enforced server without recompiling the mod.

