Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wuksow committed Feb 24, 2022
2 parents dac34b4 + 3b0f422 commit 8b604bc
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
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"
```

0 comments on commit 8b604bc

Please sign in to comment.