Check how many people join through specific domain

Calm

Owner @ ExodusMC.org
Supreme
Feedback score
13
Posts
515
Reactions
109
Resources
0
Hey! This may be a ridiculous question and easy to do, but I am clueless.

How can I check to see how many people connect through a specific domain to my Minecraft server.

Such as calm.minecraft.com or happy.minecraft.com

As I would like to give Partners their own domain so we can then track how many joins it is getting on the server.

Would I need a plugin or can I do this somehow in the domain settings?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

kacperm

Ultimate
Feedback score
3
Posts
824
Reactions
131
Resources
2
Well, from what i found there is a method to develop, It is really simple it is just a connection listener that is checking what "domain" you are connecting and you can just check if the domain contains the partner name, if you would need anything like that hmu on discord = KacperM#4188
 

Al3xWarrior

Premium
Feedback score
0
Posts
56
Reactions
9
Resources
2
Well, from what i found there is a method to develop, It is really simple it is just a connection listener that is checking what "domain" you are connecting and you can just check if the domain contains the partner name, if you would need anything like that hmu on discord = KacperM#4188

https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerLoginEvent.html#getHostname()
It would be extremely simple to code a plugin like this. If you can't find anything already out there for free, I'd be happy to code you something for free.
I've been looking for this for awhile! I would love to keep statistics like this for my Content Creators, do you think you guys could create a simple plugin like this that if possible could work for a bungee network?
 

I_Luv_Cowz

Feedback score
5
Posts
292
Reactions
120
Resources
4
I've been looking for this for awhile! I would love to keep statistics like this for my Content Creators, do you think you guys could create a simple plugin like this that if possible could work for a bungee network?
Have been working on this plugin for about a week now (written ~1000 lines of code) that includes not only content creators but player referrals as well.
I'll let you know when its published (open sourced & free). You can keep updated with my work here: https://github.com/TheoBong/DomainReferrals

I'll be going on vacation starting Wednesdays, however I should have pre-release for spigot ready before then (Bungee in about 3 weeks when I get back from vaca).
 

Al3xWarrior

Premium
Feedback score
0
Posts
56
Reactions
9
Resources
2
Have been working on this plugin for about a week now (written ~1000 lines of code) that includes not only content creators but player referrals as well.
I'll let you know when its published (open sourced & free). You can keep updated with my work here: https://github.com/TheoBong/DomainReferrals

I'll be going on vacation starting Wednesdays, however I should have pre-release for spigot ready before then (Bungee in about 3 weeks when I get back from vaca).
Thats awesome!
 

I_Luv_Cowz

Feedback score
5
Posts
292
Reactions
120
Resources
4
Top