This plugin logs every incoming player into a file BungeeTrackUUID.txt Or into a mysql Table
The textfile output looks like this:
[Player IP] | [Player UUID] | [Player Username] | [DNS Name Player Connected To] | [Timestamp year-month-day-hour-minute-second]
/4.5.3.2 |
4b229c91-6b5a-4542-8864-19fb6c40fa7f | username | blah.something.com | 2013-03-14-01-02-03
/6.7.8.9 |
4b229c91-6b5a-4542-8864-19fb6c40fa7f |
username2 | adyouran.something.com | 2013-03-14-01-05-09
This is useful for counting unique players like so:
cat BungeeTrackUUID.txt | cut -d"|" -f3,4 | sort | uniq | grep adyouran.something.com | wc -l
MySQL can be configured in the config.yml file.
Donate to me-->
https://www.paypal.com/cgi-bin/webs...onationsBF:btn_donateCC_LG.gif:NonHostedGuest

BungeeTrack Logger 0.5
Log Player UUID, Player Name Player IP, Connection Time, and Connection dnsname
Recent Updates
- MySQL & UUID Update Jun 29, 2014
- Fixed to use new event system Dec 9, 2013
- Update to latest bungee May 8, 2013