Server List Password Mod
This mod adds simple password authentication.
download
3
Downloads
·
favorite
0
Followers
·
Updated 4 days ago
About
Short version:
A simple Fabric mod that adds one shared server password players must enter with /login before they can play the client is able to store password information. So no need for logging in all the time.
You may configure the mod using the dedicated config files(like setting the server password).
Long version:
🔐 ServerListPasswordMod
Keep your Fabric server private with a simple shared password gate.
Before players can interact, they must authenticate with:
/login <password>
✨ Features
- 🚪 Login gate before gameplay starts.
- 🛑 Blocks movement, interaction, attacks, and non-login commands until authenticated.
- 💬 Sends reminder messages to players who still need to log in.
- 🔄 Resets login state automatically when players disconnect.
- 🧠 Optional client-side auto-login using a saved per-server password.
🎯 Great For
- Private servers for friends
- Community servers with quick access control
- Lightweight setups that do not need full account plugins/systems
⚙️ Setup
- Install ServerListPasswordMod on your Fabric server.
- Start the server once to generate:
config/serverlistpasswordmod-server-password.json
- Set your password and restart the server.
- Optional: install the mod on clients to use saved-password auto-login.
🧾 Config
{
"enabled": true,
"password": "changeme"
}
enabled: Enables/disables password protection.
password: Shared password checked by /login.
❗ Notes
- Change the default password before production use.
- This mod provides a shared-password access gate, not full per-user account security.
Conversation