From 48c590090e1756d2fb917e2878757ebebf8f9192 Mon Sep 17 00:00:00 2001 From: XShockinFireX Date: Fri, 10 Jun 2016 15:00:54 -0400 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc9ad0c..e58f2d0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a recreation of the well known UHC for Minecraft PE servers software in **This plugins allows you:** - Creating simple but highly customisable UHC matchs - MultiWorld Compatibility - - Scenario compatible ! [What are scenarios](wiki/scenarios) + - Scenario compatible ! [What are scenarios](wiki/What-are-Scenarios%3F) Current complete features: [WIP] Playing UHC (damage without regen and golden apples) From f07a1de5331d6a112d8d01cf5968187c399c8c6d Mon Sep 17 00:00:00 2001 From: XShockinFireX Date: Fri, 10 Jun 2016 16:11:12 -0400 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e58f2d0..6aa3735 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a recreation of the well known UHC for Minecraft PE servers software in **This plugins allows you:** - Creating simple but highly customisable UHC matchs - MultiWorld Compatibility - - Scenario compatible ! [What are scenarios](wiki/What-are-Scenarios%3F) + - Scenario compatible ! [What are scenarios](https://github.com/Ad5001/UHC/wiki/What-are-Scenarios%3F) Current complete features: [WIP] Playing UHC (damage without regen and golden apples) From 1ddb724d2085222eeabc72ea91dd4a259330879e Mon Sep 17 00:00:00 2001 From: XShockinFireX Date: Fri, 10 Jun 2016 16:31:26 -0400 Subject: [PATCH 3/6] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6aa3735..f1d56ec 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -PLEASE NOTE THAT THE PLUGIN IS ***NOT*** COMPLETE YET ! SO DON4T USE THIS IN A PRODUCTION ENVIRONNEMENT! +PLEASE NOTE THAT THE PLUGIN IS ***NOT*** COMPLETE YET! SO DO NOT USE THIS IN A PRODUCTION ENVIRONNEMENT! # UHC - The most customisable UHC plugin for Minecraft PE ! + The most customisable UHC plugin for Minecraft PE! -Welcome here owner/player ! You may know what the UHC is but if not, read carfully [this](wiki/What-is-UHC). +Welcome here, owner/player! You may know what the UHC is but if not, carefully read [this](wiki/What-is-UHC). This is a recreation of the well known UHC for Minecraft PE servers software in PHP! ### Why is this plugin better? **This plugins allows you:** - Creating simple but highly customisable UHC matchs - MultiWorld Compatibility - - Scenario compatible ! [What are scenarios](https://github.com/Ad5001/UHC/wiki/What-are-Scenarios%3F) + - Scenario compatible! [What are scenarios](https://github.com/Ad5001/UHC/wiki/What-are-Scenarios%3F) Current complete features: [WIP] Playing UHC (damage without regen and golden apples) From d723eba1f61de38fe2bbcdacba8989bbcad8f66e Mon Sep 17 00:00:00 2001 From: XShockinFireX Date: Fri, 10 Jun 2016 16:48:37 -0400 Subject: [PATCH 4/6] Update Main.php --- src/Ad5001/UHC/Main.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ad5001/UHC/Main.php b/src/Ad5001/UHC/Main.php index 45e0ac9..04c9901 100644 --- a/src/Ad5001/UHC/Main.php +++ b/src/Ad5001/UHC/Main.php @@ -5,7 +5,7 @@ # | | | | __ | | # | |__| | | | | |____ # \____/|_| |_|\_____| -# The most customisable UHC plugin for Minecraft PE ! +# The most customisable UHC plugin for Minecraft PE! namespace Ad5001\UHC ; use pocketmine\command\CommandSender; use pocketmine\command\Command; @@ -150,7 +150,7 @@ switch($cmd->getName()){ $player = $this->getServer()->getPlayer($args[1]); $sender->teleport(new Vector3($player->x, $player->y, $player->z), $player->yaw, $player->pitch); } else { - $sender->sendMessage(self::PREFIX . "Player {$args[1]} does NOT exists"); + $sender->sendMessage(self::PREFIX . "Player {$args[1]} does NOT exist!"); } } else { $sender->sendMessage(self::PREFIX . "Usage: /uhc tp "); @@ -185,4 +185,4 @@ switch($cmd->getName()){ } return false; } -} \ No newline at end of file +} From 028a8e6c09effb4efd175fafbe4f86ceca9ac386 Mon Sep 17 00:00:00 2001 From: XShockinFireX Date: Fri, 10 Jun 2016 16:49:35 -0400 Subject: [PATCH 5/6] Update UHCWorld.php --- src/Ad5001/UHC/UHCWorld.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ad5001/UHC/UHCWorld.php b/src/Ad5001/UHC/UHCWorld.php index 5b777c0..4e28877 100644 --- a/src/Ad5001/UHC/UHCWorld.php +++ b/src/Ad5001/UHC/UHCWorld.php @@ -5,7 +5,7 @@ # | | | | __ | | # | |__| | | | | |____ # \____/|_| |_|\_____| -# The most customisable UHC plugin for Minecraft PE ! +# The most customisable UHC plugin for Minecraft PE! namespace Ad5001\UHC ; use pocketmine\command\CommandSender; use pocketmine\command\Command; @@ -45,7 +45,7 @@ class UHCWorld { foreach($players as $player) { if(!in_array($player, $this->players)){ foreach($this->players as $pl) { - $pl->sendMessage(Main::PREFIX . C::YELLOW . "{$player->getName()} leaved the game."); + $pl->sendMessage(Main::PREFIX . C::YELLOW . "{$player->getName()} left the game."); } } } @@ -60,4 +60,4 @@ class UHCWorld { $this->players = $players; return true; } -} \ No newline at end of file +} From 5f5598b8ccafdcd59c71022c1e744b00dce8f1d7 Mon Sep 17 00:00:00 2001 From: XShockinFireX Date: Fri, 10 Jun 2016 16:50:42 -0400 Subject: [PATCH 6/6] Update StartGameTask.php --- src/Ad5001/UHC/task/StartGameTask.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ad5001/UHC/task/StartGameTask.php b/src/Ad5001/UHC/task/StartGameTask.php index efa2d41..e247afd 100644 --- a/src/Ad5001/UHC/task/StartGameTask.php +++ b/src/Ad5001/UHC/task/StartGameTask.php @@ -82,7 +82,7 @@ class StartGameTask extends PluginTask { break; case 1: foreach($this->world->getLevel()->getPlayers() as $player) { - $player->sendMessage(Main::PREFIX . C::YELLOW . "1 seconds before the game starts"); + $player->sendMessage(Main::PREFIX . C::YELLOW . "1 second before the game starts"); } break; case 0: @@ -94,4 +94,4 @@ class StartGameTask extends PluginTask { $this->seconds--; } } -} \ No newline at end of file +}