I threw together a quick and dirty bash script so hosts can quickly list their plugins, the versions of each plugin, and the MD5 hash of each jar. Far from perfect, but it does the job. Prerequisites: A JDK that provides the jar command sed, grep, bash (AKA crap on every Linux distro) Linux shell experience. How to Use: Code: cd minecraft/server-dir/plugins wget -O getpluginlist.sh http://pastebin.com/raw.php?i=bvM3wKZ2 chmod +x getpluginlist.sh And, finally, Code: ./getpluginlist.sh You can save the output to a file or pipe, since the output is to stdout.