https://github.com/evolsoft/perworldchat
Per World Chat plugin for PocketMine-MP
https://github.com/evolsoft/perworldchat
php plugin pocketmine-mp
Last synced: 7 months ago
JSON representation
Per World Chat plugin for PocketMine-MP
- Host: GitHub
- URL: https://github.com/evolsoft/perworldchat
- Owner: EvolSoft
- License: mit
- Created: 2014-12-27T15:00:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T15:00:58.000Z (over 4 years ago)
- Last Synced: 2024-01-26T13:38:10.267Z (over 1 year ago)
- Topics: php, plugin, pocketmine-mp
- Language: PHP
- Size: 29.3 KB
- Stars: 5
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# PerWorldChat
Per World Chat plugin for PocketMine-MP
[](http://gestyy.com/er3dza)
## Category
PocketMine-MP plugins
## Requirements
PocketMine-MP API 3.0.0
## Overview
**PerWorldChat** is a simple PocketMine-MP plugin which implements a separate chat for each world and also let you disable chat in other worlds. (read documentation)
**EvolSoft Website:** https://www.evolsoft.tk
***This Plugin uses the New API. You can't install it on old versions of PocketMine.***
## Donate
Please support the development of this plugin with a small donation by clicking [:dollar: here](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&lc=US&item_name=www.evolsoft.tk&no_note=0&cn=&curency_code=EUR&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted).
Your small donation will help me paying web hosting, domains, buying programs (such as IDEs, debuggers, etc...) and new hardware to improve software development. Thank you :smile:## Documentation
**Configuration (config.yml):**
```yaml
---
#Log to player when chat is disabled in world
log-chat-disabled: true
#World list where chat is disabled
disabled-in-worlds: []
...
```