feat(proxy): Modern forwarding will be automatically detected.

You will no longer need to manually set ForceEnableProxySupport
This commit is contained in:
Sekwah 2021-05-14 02:59:24 +01:00
parent b243b4d889
commit f3c8f73975
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
2 changed files with 4 additions and 4 deletions

View File

@ -17,6 +17,10 @@ import org.bukkit.plugin.java.JavaPlugin;
import java.util.HashMap;
import java.util.Map;
/**
* Support for auto detecting modern forwarding added.
*/
public class AdvancedPortalsPlugin extends JavaPlugin {
private Settings settings;

View File

@ -18,10 +18,6 @@ import org.slf4j.Logger;
import java.util.HashMap;
import java.util.concurrent.TimeUnit;
/**
* Velocity support was added here (this is just a comment to properly fix changelogs)
*/
/**
* While there may be a better way to do this for now we are keeping the behavior so it also works with Bungee's horrible API.
*/