PlayerIPAPI-1.1.3.jar

Details

  • Filename
    PlayerIPAPI-1.1.3.jar
  • Uploaded by
  • Uploaded
    Jun 15, 2018
  • Size
    4.61 MB
  • Downloads
    246
  • MD5
    366924f3d3b54cc0125e633b9a7675bd

Supported Bukkit Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3

Changelog

* Added more comments to config
* Added "sqlLoadTime" (default value "10seconds") to config
* Cleaned up reduandant code
* Now using JedisPool for everything instead of a single Jedis instance
* Added some more code comments so people can figure out what the hell is going on
* MySQL (or SQLite), Redis, and internal server caches should now always remain in-sync
* Player logins are now much faster if using Redis
* Fixed an issue preventing new config values being loaded in properly when reloaded
* Non-expensive lokups may now be SLIGHTLY slower if internal caches miss and Redis is used - not by a lot
* Fixed a fair number of small bugs