improved metadata properties of plugin class

This commit is contained in:
Steffen Schröder
2013-12-03 18:50:30 +01:00
parent ad6574b523
commit 35a7232894
6 changed files with 36 additions and 63 deletions

View File

@ -29,10 +29,10 @@ class ObstaclePlugin extends Plugin implements CallbackListener, CommandListener
$this->maniaControl = $maniaControl;
// Plugin details
$this->name = 'Obstacle Plugin';
$this->version = self::VERSION;
$this->author = 'steeffeen';
$this->description = 'Plugin offering various Commands for the ShootMania Obstacle Game Mode.';
self::$name = 'Obstacle Plugin';
self::$version = self::VERSION;
self::$author = 'steeffeen';
self::$description = 'Plugin offering various Commands for the ShootMania Obstacle Game Mode.';
// Init settings
$this->maniaControl->settingManager->initSetting($this, self::SETTING_JUMPTOAUTHLEVEL,