ProxyTel v0.5

Details

  • Filename
    ProxyTel.jar
  • Uploaded by
  • Uploaded
    May 24, 2021
  • Size
    7.75 KB
  • Downloads
    53
  • MD5
    43bf120f67755a76d547bcd40edc87de

Supported Bukkit Versions

  • 1.16
  • 1.15

Changelog

My challenge is, measure you Bandwidth before and after using this pluggin, with the same amount of users and give me your feedback.

 

Can be invoked to return real Ip to your plug-ins if added as soft dependency using:

 

proxyTel = ((me.Tontito.ProxyTel.Main) getServer().getPluginManager().getPlugin("ProxyTel"));

 

if (proxyTel != null && proxyTel.isEnabled()) {
Address = proxyTel.GetIpFromSocket(player.getAddress().getAddress().getHostAddress() + ":" + player.getAddress().getPort());
}