Buycraft Announcer
BuycraftAnnouncer is a simple plugin designed to be used by servers using the Buycraft donation system. This plugin allows you to announce when a package is purchased as well as who purchased it.

Commands:
/donorbroadcast <BroadcastName> <UserName> - Announce a new donation using a pre-defined announcement.
/buycraftannouncer - Show some basic info about the plugin.
/buycraftannouncer reload - Reload the config file.
Using this with Buycraft:
Implementing this into Buycraft is simple, under the package settings simply add the follow command to run on purchase:
donorbroadcast <BroadcastName> {name}
Configuration:
broadcast1: - Name of the broadcast.
prefix: '&6[Donation]' - Prefix to be shown before player name and announcement.
usernamecolour: '&b' - Colour you want the player's name to appear in.
message: '&2is now a Donator!' - Message to be shown after the prefix and player name