PlayerIPAPI-1.1.3.jar
Details
-
FilenamePlayerIPAPI-1.1.3.jar
-
Uploaded by
-
UploadedJun 15, 2018
-
Size4.61 MB
-
Downloads246
-
MD5366924f3d3b54cc0125e633b9a7675bd
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