Simple plugin for Minecraft Bukkit/Spigot that allows you to protect your world from undesiderated users with a login prompt. Versions: [1.13-1.17]
- MySql Support
- 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.
- /register
- Register your account.
- /login
- Login your account.
- /logout
- Logout your account.
- /changepw
- Change your login password.
- /unregister
- Delete a specific user's password.
- /check
- Allows to get some useful informations of a specific user.
- 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)
- CoredTV's SuperLogin plugin as a starting point.
- Icon provided by Chuckchee on this Website.