From 7b288bfbe2b4cadcf41ae6dd88ef240156bab59c Mon Sep 17 00:00:00 2001 From: poggit-bot Date: Fri, 7 Jul 2017 23:56:01 +0100 Subject: [PATCH 1/6] Create .poggit.yml Poggit-CI is enabled for this repo by @ZPlayzMCPE Visit the Poggit-CI page for this repo at https://poggit.pmmp.io/ci/ZPlayzMCPE/BedWars --- .poggit.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .poggit.yml diff --git a/.poggit.yml b/.poggit.yml new file mode 100644 index 0000000..2fe4c62 --- /dev/null +++ b/.poggit.yml @@ -0,0 +1,7 @@ +--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/ZPlayzMCPE/BedWars +branches: +- master +projects: + BedWars: + path: "" +... From 500c65aaf4e21d1565d04d69ec26924b16b607b4 Mon Sep 17 00:00:00 2001 From: poggit-bot Date: Sat, 8 Jul 2017 00:08:46 +0100 Subject: [PATCH 2/6] Create .poggit/.poggit.yml Poggit-CI is enabled for this repo by @ZPlayzMCPE Visit the Poggit-CI page for this repo at https://poggit.pmmp.io/ci/ZPlayzMCPE/BedWars --- .poggit/.poggit.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .poggit/.poggit.yml diff --git a/.poggit/.poggit.yml b/.poggit/.poggit.yml new file mode 100644 index 0000000..2fe4c62 --- /dev/null +++ b/.poggit/.poggit.yml @@ -0,0 +1,7 @@ +--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/ZPlayzMCPE/BedWars +branches: +- master +projects: + BedWars: + path: "" +... From 80c7fefcd6c957ef5ee30990466497dd7973396a Mon Sep 17 00:00:00 2001 From: poggit-bot Date: Sat, 8 Jul 2017 00:23:09 +0100 Subject: [PATCH 3/6] Create .poggit.yml Poggit-CI is enabled for this repo by @ZPlayzMCPE Visit the Poggit-CI page for this repo at https://poggit.pmmp.io/ci/ZPlayzMCPE/BedWars From 3391c085938fa7b4b88a64e37bf021456a213b3e Mon Sep 17 00:00:00 2001 From: ZPlayzMCPE Date: Sat, 8 Jul 2017 14:36:48 +0100 Subject: [PATCH 4/6] Update plugin.yml --- plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yml b/plugin.yml index ae1bbcb..33ecfbd 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,4 +1,4 @@ -name: Bedwars +name: BedWars version: bugs_test_ver api: 1.14.0 main: Bluplayz\BedWars From dedd9123539c41e2bda80edf37c4626d837cc936 Mon Sep 17 00:00:00 2001 From: ZPlayzMCPE Date: Sat, 8 Jul 2017 14:38:06 +0100 Subject: [PATCH 5/6] Update BedWars.php --- src/Bluplayz/BedWars.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bluplayz/BedWars.php b/src/Bluplayz/BedWars.php index 0b45871..62348d9 100644 --- a/src/Bluplayz/BedWars.php +++ b/src/Bluplayz/BedWars.php @@ -47,9 +47,9 @@ use pocketmine\utils\Config; use pocketmine\utils\TextFormat; -class Bedwars extends PluginBase implements Listener { +class BedWars extends PluginBase implements Listener { - public $prefix = TextFormat::GRAY."[".TextFormat::DARK_AQUA."Bedwars".TextFormat::GRAY."]".TextFormat::WHITE." "; + public $prefix = TextFormat::GRAY."[".TextFormat::DARK_AQUA."BedWars".TextFormat::GRAY."]".TextFormat::WHITE." "; public $registerSign = false; public $registerSignWHO = ""; public $registerSignArena = "Arena1"; From 9bc2ba6e0cc0713dc9bf6cac92d8540558e660ef Mon Sep 17 00:00:00 2001 From: ZPlayzMCPE Date: Sat, 8 Jul 2017 14:45:32 +0100 Subject: [PATCH 6/6] Update plugin.yml Edited version number, edited Author, added more API versions, updated. --- plugin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.yml b/plugin.yml index 33ecfbd..52e2dc7 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,8 +1,8 @@ name: BedWars -version: bugs_test_ver -api: 1.14.0 +version: 1.0.0-BETA +api: [3.0.0-ALPHA6, 3.0.1] main: Bluplayz\BedWars -author: NetherTechnology +author: NetherTechnology, Bluplayz, & Zeao. commands: Bedwars: description: Bedwars Main Command