Skip to content

EvolSoft/PerWorldChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start2

PerWorldChat

Per World Chat plugin for PocketMine-MP

Download!

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 💵 here. 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 😄

Documentation

Configuration (config.yml):

---
#Log to player when chat is disabled in world
log-chat-disabled: true
#World list where chat is disabled
disabled-in-worlds: []
...