A script to generate a list of all players that have joined a Minecraft server.
You must have curl
and jq
installed.
You must have nbted
installed from https://github.com/C4K3/nbted
- Download
players.sh
- Place script inside your
/server/<worldname>/playerdata
folder. - Make the script executable using
chmod 755
- Run the script using
./players.sh <options>
- A file named
players.txt
will be generated.
This will produce faster, but less accurate results.