v1.1

Details

  • Filename
    V10WorldMap.jar
  • Uploaded by
  • Uploaded
    Apr 29, 2012
  • Size
    632.28 KB
  • Downloads
    924
  • MD5
    015d36111c54b70fa1447aaa570805bc

Supported Bukkit Versions

  • CB 1.2.5-R1.2

Changelog

  • Performance improvements:
    • Gets the players GeoIP location in onPlayerJoin() instead of onBukkitExecute() and stores it in a HashMap.
    • The stuff in onBukkitExecute() only gets executed if needed (player without the permissions node entered/exited the game).
    • onHTTPDExecute() just returns a cached string instead of calling locations.toString() if the cache isn't empty (if it fills it).
  • Fixed the permissions node for offline players.