From 8ef153e3546bfb935b64501655f8af40032972fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Wed, 26 Feb 2014 10:36:22 +0100 Subject: [PATCH] maintained plugin ids after website upload --- application/plugins/Chatlog.php | 4 ++-- application/plugins/Endurance.php | 2 +- application/plugins/Obstacle.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/plugins/Chatlog.php b/application/plugins/Chatlog.php index 2dc542f9..e21b1bec 100644 --- a/application/plugins/Chatlog.php +++ b/application/plugins/Chatlog.php @@ -14,7 +14,7 @@ class ChatlogPlugin implements CallbackListener, Plugin { /** * Constants */ - const ID = 100; + const ID = 26; const VERSION = 0.1; const DATE = 'd-m-y h:i:sa T'; const SETTING_FOLDERNAME = 'Log-Folder Name'; @@ -122,7 +122,7 @@ class ChatlogPlugin implements CallbackListener, Plugin { * @see \ManiaControl\Plugins\Plugin::getDescription() */ public static function getDescription() { - return 'Plugin logging the chat messages of the server.'; + return 'Plugin logging the Chat Messages of the Server for later Checks and Controlling.'; } /** diff --git a/application/plugins/Endurance.php b/application/plugins/Endurance.php index 6a244b24..36bcb70d 100644 --- a/application/plugins/Endurance.php +++ b/application/plugins/Endurance.php @@ -15,7 +15,7 @@ class EndurancePlugin implements CallbackListener, Plugin { /** * Constants */ - const ID = 101; + const ID = 25; const VERSION = 0.1; const CB_CHECKPOINT = 'Endurance.Checkpoint'; diff --git a/application/plugins/Obstacle.php b/application/plugins/Obstacle.php index 9919cafb..5e859c23 100644 --- a/application/plugins/Obstacle.php +++ b/application/plugins/Obstacle.php @@ -17,7 +17,7 @@ class ObstaclePlugin implements CallbackListener, CommandListener, Plugin { /** * Constants */ - const ID = 102; + const ID = 24; const VERSION = 0.1; const CB_JUMPTO = 'Obstacle.JumpTo'; const SCB_ONFINISH = 'OnFinish'; @@ -108,7 +108,7 @@ class ObstaclePlugin implements CallbackListener, CommandListener, Plugin { * @see \ManiaControl\Plugins\Plugin::getDescription() */ public static function getDescription() { - return "Plugin offering various Commands for the ShootMania 'Obstacle' Game Mode by steeffeen."; + return "Plugin offering CP Jumping and Local Records Support for the ShootManie Gamemode 'Obstacle'."; } /**