Database Upgrade, PBKDF2 hashing, Timed Sessions and TP-Logins
Note: this is a big release for RealLogin, so, as such, please backup your RealLogin plugin data folder.
Starting with version 1.2, RealLogin now has a database that can be configurable with sql.yml.
RealLogin now has the capability to log player joins and IPs and this information can be consulted by a server admin with /rlog info <player>
Added session time option for allowing players to re-login after a specified amount of time without re-entering their pin. Configurable via config.yml.
+ PBKDF2 to hash player's pins has been implemented.
+ Added /rlog settplogin for teleporting players when they login and /rlog settpafterlogin for teleporting players when they login.
+ GUI code has been refactored.
+ Now compatible with Java 8