Skip to content

Commit

Permalink
9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exxarion committed Jan 31, 2016
1 parent aa6d056 commit 211b62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WorldGM/WorldGM.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function onCommand(CommandSender $sender, Command $command, $label, array
$sender->sendMessage($this->includePlayerCmd($sender, $args));
return true;
case "version":
$sender->sendMessage(TextFormat::DARK_GREEN."Your copy of WorldGM is running on v8.0\n".TextFormat::YELLOW.">> Check for updates by running this command:\n".TextFormat::GOLD."/wgm update");
$sender->sendMessage(TextFormat::DARK_GREEN."Your copy of WorldGM is running on v9.0\n".TextFormat::YELLOW.">> Check for updates by running this command:\n".TextFormat::GOLD."/wgm update");
return true;
case "check":
$sender->sendMessage($this->checkGmCmd($sender));
Expand All @@ -76,7 +76,7 @@ public function onCommand(CommandSender $sender, Command $command, $label, array
$sender->sendMessage($this->updatePlugin($sender));
return true;
default:
$sender->sendMessage(TextFormat::YELLOW."+-------------------+\n".TextFormat::GREEN."WorldGM - Version 8.0\n".TextFormat::BLUE."Set Different gamemodes for different worlds\n".TextFormat::DARK_GREEN."Usages:\n".TextFormat::AQUA."/wgm set <0/1/2> <world>\n".TextFormat::AQUA."/wgm <include/exclude> <player>\n".TextFormat::AQUA."/wgm version\n".TextFormat::AQUA."/wgm check\n".TextFormat::AQUA."/wgm gm\n".TextFormat::AQUA."/wgm update\n".TextFormat::DARK_RED."- Created by Exxarion\n".TextFormat::YELLOW."+-------------------+");
$sender->sendMessage(TextFormat::YELLOW."+-------------------+\n".TextFormat::GREEN."WorldGM - Version 9.0\n".TextFormat::BLUE."Set Different gamemodes for different worlds\n".TextFormat::DARK_GREEN."Usages:\n".TextFormat::AQUA."/wgm set <0/1/2> <world>\n".TextFormat::AQUA."/wgm <include/exclude> <player>\n".TextFormat::AQUA."/wgm version\n".TextFormat::AQUA."/wgm check\n".TextFormat::AQUA."/wgm gm\n".TextFormat::AQUA."/wgm update\n".TextFormat::DARK_RED."- Created by Exxarion\n".TextFormat::YELLOW."+-------------------+");
return true;
}
default:
Expand Down

0 comments on commit 211b62b

Please sign in to comment.