Ping v1.5

Details

  • Filename
    Ping.jar
  • Uploaded by
  • Uploaded
    Jun 17, 2018
  • Size
    22.49 KB
  • Downloads
    162
  • MD5
    eb4161ca26435e7c59fabd4c975ff10a

Supported Bukkit Versions

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

Changelog

  • Added support for 1.12
  • Fixed a performance issue where the plugin would perform too many ping-queries in the TAB-function
    • squared too many \(^v^)/ (was only an issue if you had many many players)
  • Made most all the functions static so if you are a developer you can use Ping.jar as an API
    • Accessible through net.mcplayhd.ping.Ping.<function>
      • Example: int ping = Ping.getPing(player);