Login is a security plugin for Cuberite. It requires a player to log in before they can do any action on the server. This way people can't login on the account of an admin or moderator. This would be particuarly useful for servers that don't use the traditional Minecraft authentication.
Configuration
If a configuration file doesn't exist yet Login will create one with the default settings. Currently there are 2 things you can configurate
Commands
General
Permissions
Download: here
Configuration
If a configuration file doesn't exist yet Login will create one with the default settings. Currently there are 2 things you can configurate
- Storage: This can be "sqlite" (default). If choosen for sqlite the plugin will save everything in an sqlite database.
- LoginMessageTime: This is the time in ticks (50 msec) between an "You have to login" message.
Commands
General
- /changepass - Change your password
Permission required: login.changepass
/login - Login into the server
Permission required: login.login
/register - Register an account
Permission required: login.register
/removeacc - Remove an account from the database
Permission required: login.removeacc
Permissions
- - login.changepass - Allows a player to change his password.
- Commands affected:
- /changepass
- Recommended groups: Default
- Commands affected:
- /login
- Recommended groups: Default
- Commands affected:
- /register
- Recommended groups: Default
- Commands affected:
- /removeacc
- Recommended groups: Admins
- Commands affected:
Download: here