LOTRAuth — server-side AuthMe-style login for Forge 1.7.10 (offline / online-mode=false). Clients do not need the mod.
Features
- Register / login / logout / change password / unregister
- Login timeout kick
- Session remember (same nick + IP)
- Max accounts per IP
- Limbo until authenticated (blocks movement/commands except auth)
- Admin tools via
/authme - Multi-language messages
Languages
| Code | Language |
|---|---|
en_US |
English (default)
|
ru_RU |
Russian
|
de_DE |
German
|
es_ES |
Spanish
|
zh_CN |
Chinese (Simplified)
|
Config: config/lotrauth/lotrauth.cfg → language=en_US → /authme reload
Player commands
| Command | Aliases | Description |
|---|---|---|
/register <password> <password> |
/reg |
Create account and log in
|
/login <password> |
/l, /log |
Log in
|
/logout |
—
|
Log out (must
/login again) |
/changepassword <old> <new> |
/changepass, /cp |
Change password
|
/unregister <password> |
/unreg |
Delete your account
|
Admin commands (/authme, OP / console)
| Command | Description |
|---|---|
/authme version |
Mod version + active language
|
/authme reload |
Reload config + accounts
|
/authme register <nick> <password> |
Create account for a player
|
/authme unregister <nick> |
Delete account
|
/authme forcelogin <nick> |
Force-login online player
|
/authme password <nick> <newPassword> |
Set password
|
/authme getip <nick> |
Show last IP
|
/authme accounts <nick|ip> |
Search accounts by name or IP
|