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.4.jar

  • R
  • Jun 20, 2018
  • 4.61 MB
  • 240
  • 1.12+6

File Name

PlayerIPAPI-1.1.4.jar

Supported Versions

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

* Gave sqlLoadTime a more sane default in the config
* Fixed connection leaks with Redis
* (Hopefully) fixed stale caching for in-memory caches
* API now returns a guava ImmutableSet (function return values are still Sets)
* Fixed issue with in-memory caches not being invalidated at the correct time when Redis/Rabbit are used
* Redis pool now uses a more sane max size
* Moved Redis connection creation (from pool) to new utility class for readability and to avoid bugs