One Multiplayer Server Limiter
ModMIT

One Multiplayer Server Limiter

Limit the server list on your fabric client to 1 server!

59
Downloads
0
Followers
4 months ago
Updated
📦
1
Versions

📖About One Multiplayer Server Limiter

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.