Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL ERROR #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .poggit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/ZPlayzMCPE/BedWars
branches:
- master
projects:
BedWars:
path: ""
...
7 changes: 7 additions & 0 deletions .poggit/.poggit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/ZPlayzMCPE/BedWars
branches:
- master
projects:
BedWars:
path: ""
...
8 changes: 4 additions & 4 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Bedwars
version: bugs_test_ver
api: 1.14.0
name: BedWars
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
Expand Down
4 changes: 2 additions & 2 deletions src/Bluplayz/BedWars.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down