promotional bannermobile promotional banner

PlayerIPAPI

Plugin that logs player/IP combos and allows for a nice developer API to easily retrieve that data

File Details

PlayerIPAPI-1.1.3.jar

  • R
  • Jun 16, 2018
  • 4.61 MB
  • 258
  • 1.12+6

File Name

PlayerIPAPI-1.1.3.jar

Supported Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.3
  • 1.8.1
  • 1.8
* 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