/login <password> - skyauth.login - Login on the server. The player will be disconnected when his session expires. (See below.)
/logout - skyauth.logout - Logout from the server.
/register <password> <confirm> - skyauth.register - Register on the server. It will give you an unique code for changing your password later if you want.
/change <code> <password> <confirm> - skyauth.change - Change the password on the server. The code is gave when you register.
/reload-skyauth - skyauth.change - Reload the config / MySQL database.
The permission skyauth.bypass is used for bypassing all the auth system, so be careful when you use it !
Configuration
Please edit the config file only when your server is stopped !
config.yml
SessionLength - The length of each player session. (In sec.)
ForgiveDelay - The delay for forgiving the player when he has entered some wrong passwords. (In sec.)
MaxTry - Set the max try number for /login.
ReloadDelay - The delay between two plugin reloads (for MySQL / config update).
PasswordAlgorithm - The encryption of players passwords. Can be 'PLAIN', 'CHAR', 'MD2', 'MD5', 'SHA-1', 'SHA-256', 'SHA-384' or 'SHA-512'.
CheckForUpdates - Choose if you want to automatically check and update this plugin.
messages.yml
Here you can edit the plugin messages.
If you have a translation and want to share it with people, simply post a comment with a link to your 'messages.yml' file.