-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# rChat | ||
|
||
<p align="center"> | ||
|
||
![made with crayons](https://forthebadge.com/images/badges/made-with-crayons.svg) | ||
|
||
[![DISCORD](https://img.shields.io/discord/927686860380188732?style=for-the-badge)](https://discord.gg/UMmku5fka7) | ||
|
||
![LICENCE](https://img.shields.io/github/license/rcode-pro/RCodeChat?style=for-the-badge) | ||
|
||
</p> | ||
|
||
rChat is a plugin for simple, but effincient minecraft chat management | ||
|
||
## Instalation | ||
|
||
drop `.jar` file into your `/plugins` folder | ||
|
||
Works on **spigot / spigot forks** servers | ||
|
||
Supported minecraft versions are `1.8-1.18.1` | ||
|
||
## Commands | ||
|
||
All commands require user to have permission that is specified in [config.yml](https://github.com/rcode-pro/RCodeChat#Permissions) | ||
|
||
### List | ||
|
||
- **/chat on** | ||
- **/chat off** | ||
- **/chat [cc/clear]** | ||
|
||
## Permissions | ||
|
||
To set permission for using admin commands go to `plugins/RChat/config.yml` and edit 5th line | ||
|
||
```yml | ||
permission: "your.permission.goes.here" | ||
``` | ||
\ | ||
To set permission that allows user to type in disabled chat go to 6th line | ||
```yml | ||
permissiontoWriteifDisabled: "your.second.permission.goes.here" | ||
``` |