PluginApache-2.0
LoginMe
A simple Spigot plugin that requires players to log in before playing.
1.6K
Downloads
0
Followers
7 months ago
Updated
📦
1
Versions
📖About LoginMe
LoginMe
LoginMe is a lightweight and easy-to-use authentication plugin for Spigot and Paper servers.
It ensures that players must register and log in with a password before playing, keeping your server safe from unauthorized access.
✨ Features
- Simple login and registration system
- Support for aliases (
/register,/reg) - Configurable messages (success, errors, usage hints, etc.)
- Customizable session duration with flexible time formats (e.g. 5m, 2h, 1d)
- Title messages for login and register events
- Optimized for performance and low resource usage
- Compatible with Minecraft 1.21+
📦 Installation
- Download the latest
LoginMe-x.x.x.jar. - Place the file in your server’s
pluginsfolder. - Restart your server.
- Edit the
config.ymlfile if you want to customize messages or settings.
🛠️ Commands
/login <password>→ Login to your account/register <password> <confirm>→ Register a new account/reg <password> <confirm>→ Register a new account (alias)
⚙️ Configuration
The plugin provides a config.yml where you can customize:
- Plugin prefix
- Offline session cache duration (supports seconds, minutes, hours, days)
- Login/Register messages
- Title messages for login and registration events
Example:
offline-cache-duration: "5m"
messages:
login-success: "&aLogin successful!"
register-success: "&aRegister successful!"
titles:
login-success: "&aLogin Successful!"
login-success-subtitle: "&7Welcome back!"