Hi there,
I’m the developer behind the largest Minecraft analytics platform, we have a domain tracking feature that tells creators where users come from.
we currently track this via https://github.com/track/plugin/blob/main/bungeecord/src/main/java/net/analyse/plugin/event/PlayerJoinListener.java#L21-L29. This works perfectly for ordinary networks that aren’t running BungeeGuard.
However, we currently face an issue where the hostname returns a strange string with the IP BungeeGuard token etc, which isn’t helpful.
For Example:

All that needs to be returned is the domain, if an API exists I’d be happy to hook into it accordingly.
Thanks
Hi there,
I’m the developer behind the largest Minecraft analytics platform, we have a domain tracking feature that tells creators where users come from.
we currently track this via https://github.com/track/plugin/blob/main/bungeecord/src/main/java/net/analyse/plugin/event/PlayerJoinListener.java#L21-L29. This works perfectly for ordinary networks that aren’t running BungeeGuard.
However, we currently face an issue where the hostname returns a strange string with the IP BungeeGuard token etc, which isn’t helpful.
For Example:
All that needs to be returned is the domain, if an API exists I’d be happy to hook into it accordingly.
Thanks