SimpleAuth requires registration of player names using a password. That blocks faked usernames and using admin accounts.
A must-be in PocketMine-MP due to the lack of online username authentication.
Note: Having issues with login and register commands not working properly in your server? It's not SimpleAuth fault, but the permissions plugin you set up. You should configure it properly to work with SimpleAuth
Commands:
It includes an API for plugin developers, so they can use SimpleAuth's events or methods to register/login/detect logins.
If you want to translate the messages sent by the plugin, check the messages.yml file inside the SimpleAuth config folder after running it for the first time
A must-be in PocketMine-MP due to the lack of online username authentication.
Note: Having issues with login and register commands not working properly in your server? It's not SimpleAuth fault, but the permissions plugin you set up. You should configure it properly to work with SimpleAuth
Код:
SimpleAuth plugin for PocketMine-MP
Copyright (C) 2014 PocketMine Team <https://github.com/PocketMine/SimpleAuth>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Commands:
Extra Documentation
It includes an API for plugin developers, so they can use SimpleAuth's events or methods to register/login/detect logins.
If you want to translate the messages sent by the plugin, check the messages.yml file inside the SimpleAuth config folder after running it for the first time