Pixel Leaderboard
Pixel Leaderboard
I wrote a lua script that prints out how many pixels were placed by each player. It takes reverted pixels into account.
Previously I filtered via the shell with cat ./pixels.log.txt | grep -F 'user place' | grep -o -P '[^ \t\r\n@]+[@][^ \t\r\n@]+' | sort | uniq -c | sort -f | sort -b -g -s -r
but that wasn't very much accurate.
So this is the result: