The first time a user logs on to the server and is not registered, he must do so.
The register consists of a 5-character numeric pin from 1 to 9.
Once registered, the user and password will be stored in the file 'players.yml'.
The password will be stored encrypted, so no one will have access to it. Not even the server owner.
The register stage will have a button to reset the PIN in case of error.
Login:
The user will have a maximum of 3 attempts to log in.
If you fail all 3 attempts you will be kicked from the server.
The login stage will have a button to reset the PIN in case of error.
Modify your PIN:
For security reasons, the user will have only 1 attempt to fail the PIN.
If you fail, you will be kicked from the server.
The modify stage will have a button to reset the PIN in case of error.
The password is changed and re-encrypted in the 'players.yml' file.
Available commands:
/modifypin:
The user will be able to use this command to modify his PIN. The current PIN must be entered, followed by the new one.
/lc-reload:
This command reloads the plugin. It is available only for users with OP permissions. If a user without OP permissions tries to use this command, this will be notified in the console.
/lc-help:
Gives you all available plugin commands.
/version:
It gives you the version of the plugin that is installed on the server.