Skip to content
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
8 changes: 8 additions & 0 deletions .poggit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/TheBalkanDev/LevelChat
build-by-default: true
branches:
- master
projects:
LevelChat:
path: ""
...
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
LevelChat
=========

## Disclaimer

This Plugin was not made by me.
I´ve only fixed it.
I will made an 4.0.0 Branch too!

## Description
A more dynamic manifold level chat plugin. This plugin doesn't interfere with plugins that uses *$player->setFormat();* and such as the sole purpose of this plugin is to only separate the chat messages made by players per level or world.

Just load the plugin and it will do the rest! No plugin configurations needed.
Just load the plugin and it will do the rest! No plugin configurations needed.
6 changes: 2 additions & 4 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: LevelChat
main: iJoshuaHD\LevelChat
version: 0.0.1
api: [1.9.0]
load: STARTUP
version: 0.0.2
api: 4.0.0
author: iJoshuaHD
description: A more dynamic manifold level chat.
website: https://github.com/LevelChat
6 changes: 1 addition & 5 deletions src/iJoshuaHD/LevelChat.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
namespace iJoshuaHD;

use pocketmine\event\Listener;

use pocketmine\event\player\PlayerChatEvent;

use pocketmine\Player;

use pocketmine\plugin\PluginBase;

use pocketmine\Server;


Expand Down Expand Up @@ -41,4 +37,4 @@ public function onPlayerChat(PlayerChatEvent $ev){
}
}

}
}