Simple plugin for Minecraft Bukkit/Spigot that allows you to protect your world from undesiderated users with a login prompt. Versions: [1.13-1.16]
*IMPORTANT*: If you downloaded a previous version [1.0 or 1.1], to make the new versions work [1.2+] you must delete the "LoginReloaded" folder automatically generated in the "plugins" folder of your server!
Update Ideas
Login Features
- Highly configurable
- Automatic login with configurable KeepAlive
- Console log disabled for the /login - /register - /changepw - /logout commands
- Password saved using a message-digest algorithm (MD5) in order to improve security
- Sqlite db save
- Ability to choose how many accounts a user can register
- Ability to choose Nickname and Password pattern via Regex
Commands
- /register
- /login
- /logout
- /changepw
- Change your login password.
- /unregister
- Delete a specific user's password.
- /check
- Allows to get some useful informations of a specific user.
Permissions
- loginreloaded.registration
- Allows you to use the /register - /login - /logout commands. (Default: true)
- loginreloaded.changepw
- Allows you to use the /changepw command. (Default: true)
- loginreloaded.unregister
- Allows you to use the /unregister command. (Default: op)
- loginreloaded.check
- Allows you to use the /check command. (Default: op)
Contributors
- CoredTV's SuperLogin plugin as a starting point.
- Icon provided by Chuckchee on this Website.