Auth is aimed towards the protection of the players while a server is running in offline-mode. When enabled, this plugin will prevent players from doing virtually anything until they have properly authenticated themselves.
In the event that a player joins a server with a name that is not registered, they will be asked to register this name before being able to play. If a player joins a server with a name that has already been registered, they will have to properly authenticate him or herself before being able to play.
Features
Known Bugs
Commands and permissions
Release
Assembla
Rev 5
Last rev
To do
In the event that a player joins a server with a name that is not registered, they will be asked to register this name before being able to play. If a player joins a server with a name that has already been registered, they will have to properly authenticate him or herself before being able to play.
Features
- Warning no password encrypt
- Requires players to register / log in before being able to:
- Move
- Chat
- Give / receive damage (god mod if not logged)
- Passwords are stored securely with md5 encryption (Need server update)
- Notifies the player when attempting an illegal action while not authenticated
- Permissions support
- The minimum size of password is 5 and the maximum size is 15
- You can change your password
- Password and offline player pos saved in users.ini
Known Bugs
- Die when loggin far aways of spawn: Problem with Player:TeleportTo()
- Users.ini file must not be absent or empty
Commands and permissions
-
/command - [arguments] - Sample description ----------------------------- permission ---------------- Recommended for
- /register - [Password] - Register with the password ----------------------- auth.register -------------- Users
- /changepass - [Old Password] [New Password] - Change pass ---------- auth.changepass --------- Users
- /login - [Password] - Login with the password ------------------------------ auth.login ----------------- Users
- /l - [Password] - Login with the password ------------------------------------auth.login ----------------- Users
Release
Assembla
Rev 5
Last rev
To do
- md5 encryption (Need server update)
- Requires players to register / log in before being able to:
- Execute commands (No idea to implemente it, if someone have a idea)
- Break, place, or interact with blocks/containers
- Drop, use, or pickup items
- hides the entire inventory
- Fix variables
- Fix know bugs
- Web interface