donation message fix + phpdoc plugins

This commit is contained in:
kremsy
2014-04-13 12:00:08 +02:00
committed by Steffen Schröder
parent 8eb76f094b
commit 44c59b4cae
12 changed files with 52 additions and 25 deletions

View File

@ -19,9 +19,11 @@ use ManiaControl\Players\PlayerManager;
use ManiaControl\Plugins\Plugin;
/**
* Donation plugin
* ManiaControl Donation Plugin
*
* @author steeffeen & kremsy
* @author kremsy and steeffeen
* @copyright ManiaControl Copyright © 2014 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
class DonationPlugin implements CallbackListener, CommandListener, Plugin {
/**