promotional bannermobile promotional banner

ProxyTel (CoolGateway)

Gateway Pluggin to optimize Bandwidth

File Details

ProxyTel v0.5

  • R
  • May 24, 2021
  • 7.75 KB
  • 134
  • 1.16+1

File Name

ProxyTel.jar

Supported Versions

  • 1.16
  • 1.15

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());
}