Skip to content

Tags: WolfNetDevelopment/xAuth

Tags

latest

Toggle latest's commit message
STABLE-2.5.0

v2.4.4

Toggle v2.4.4's commit message
v2.4.4

* Create a backup of messages.yml before updating it XAUTH-132
* New feature AutoUpdater
* GameMode will now be saved to playerData and is saved/restored accordingly

v2.4.1

Toggle v2.4.1's commit message
Fixes Using /login while logged in results in exception (XAUTH-120)

v2.4

Toggle v2.4's commit message
Merge branch 'master' of github.com:lycano/xAuth

v2.0.26

Toggle v2.0.26's commit message
v2.0.26 - (1.4.5-R0.2)

* compiled against v1.4.5-R0.2

v2.0.25

Toggle v2.0.25's commit message
v2.0.25

* fixed a bug where xauth reload would not update player's profile and lead to beeing not registered even if authenticated
* PlayerQuitEvent will now release xAuthPlayer object (this should increase performance)

v2.0.24

Toggle v2.0.24's commit message
v2.0.24

* implemented lock/unlock force feature
* implemented lock/unlock all command
* added new permission node xauth.admin.count
* added new command xauth count <all|active|locked>
* if lock is executed in-game the authenticated user is excluded from the lock list

v2.0.23

Toggle v2.0.23's commit message
v2.0.23

* removed auto download for h2-library
* update.printMessage() now points to dev.bukkit project page