[Admin] List your plugins with GetPluginList.sh (Linux/Cygwin)

Discussion in 'Bukkit Tools' started by N3X15, Mar 17, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    N3X15

    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.
     
  2. Offline

    Brandii

    Sooooooo, /pl
     
Thread Status:
Not open for further replies.

Share This Page