SimpleAuth

PMMP Forum Archive SimpleAuth v1.7.1

This plugin was taken from PocketMine forum.
This fixes a few issues on the configuration file.
  • Fixed setting name for authentication by last unique id, it works properly now.
  • Fixed not being able to disable client blocks.
We've updated the plugin to support some 1.5 and MCPE 0.11 new features directly, and improve security against bruteforce attacks. You will need to update your messages.yml file (just delete the existing file to get the new one)
  • Added popup message when player is not logged in.
  • Added some extra colors
  • Players will be kicked and their IP address banned after X invalid password tries for a given account, that can be configured.
  • Fixes "Too many open files" issue
  • Authentication by last IP now uses the player unique id, which is more advanced.
* No not kick players flying before them logging in
* Updated events to use new PlayerMoveEvent
* Do not require the construct method on DataProviders
* Block entity damage when not logged in
* Bumped API version, fixes issues with player movement blocking
This versions updates to the API 1.4.0, improving permission performance and blocking damage while players are not logged in
This update fixes the order permissions are set, so they don't get overridden by parent nodes. It also adds a way to translate the plugin messages, check messages.yml in the SimpleAuth config folder after running this update
:)
* Fixed authenticating using mixed case names (Issue #14 and #15)
* Updated for Alpha_1.4
* Added Plugin API
* Added SQLite3 provider
* Added MySQL provider
Hopefully fixed undefined indexes errors. If not, post a message again.
0.3.7:
Added single session kick reason