Now Playing
This is a revival of a plugin that has been inactive since April 1, 2011. The original forum post can be found here.

This plugin incorporates the last.fm api into minecraft chat by displaying what in-game users are listening to with their mp3 players (winamp, foobar2000, etc...).
For this to work on your server, you MUST have a valid last.fm API key. Click here and make your own, or use this one:
8b651d90ec0b645fb22b4f5765a87790
Feature requests or bug reports? Let me know by PMing me. (I don't get notifications for tickets :/)
Dependency
- sqlite-jdbc-3.7.2.jar (put this in your server root folder)
- last.fm-bindings-0.1.0.jar was a dependency, but I added that library into this plugin so you don't have to go hunt it down. It's BSD.
Commands
/np (player) - Shows what you/player is listening to
/npb (player) - Broadcasts what you/player is listening to
/nphelp - Displays this help on commands
/npver - Displays the NowPlaying plugin version
/npsize - Displays how many Alias records exist in the db (works but undocumented)
/npadd [lastFM name] - Adds your lastFM alias to your nick
/npdel - Deletes your lastFM alias
/npcheck (player/alias) - Check if entry exists in the db
/npcheck - Lists all db entries in player:alias format - only on the admin console (works but undocumented)
Permissions
permissions:
np.*:
description: Allows the player to use all NowPlaying commands
children:
np.help: true
np.ver: true
np.size: true
np.add: true
np.del: true
np.check: true
np.b: true
np.use: true
np.help:
description: Allows the player to use /nphelp
default: true
np.ver:
description: Allows the player to use /npver
default: true
np.size:
description: Allows the player to use /npsize
default: false
np.add:
description: Allows the player to use /npadd
default: false
np.del:
description: Allows the player to use /npdel
default: false
np.check:
description: Allows the player to use /npcheck
default: false
np.b:
description: Allows the player to use /npb
default: false
np.use:
description: Allows the player to use /np
default: true
"If you dig this plugin, and you're feeling generous, donations are appreciated. Go here if you're interested!"
Source and version history can be found at the GitHub repository.