- fixed join/leave messages
- improved time formatter - bugfix setting manager - donation plugin
This commit is contained in:
@ -27,6 +27,15 @@ abstract class Plugin {
|
||||
*/
|
||||
public abstract function __construct(ManiaControl $maniaControl);
|
||||
|
||||
/**
|
||||
* Get class name as string
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function getClass() {
|
||||
return __CLASS__;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get plugin author
|
||||
*
|
||||
|
Reference in New Issue
Block a user