Skip to content

Commit

Permalink
Added config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDiamondPicks committed Apr 20, 2016
2 parents c98ef19 + 1e1f762 commit 593de27
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Ultra Simple Staff Chat
# Ultra Simple Staff Chat [![Build Status](https://travis-ci.org/TheDiamondPicks/staff-chat.svg?branch=master)](https://travis-ci.org/TheDiamondPicks/staff-chat)
*A small staff chat plugin with multiple ranks*
<br>This is a small plugin that allows staff members to communicate directly with certain members.
<br>This was originally made for my private server but now has been made open source.
## Compilation
I use Maven 3 for compilation so all you need to do after installing maven is to clone this repo and run ```mvn clean install```
## Downloads
I use GitHub releases for downloading. So you can just click and it will download.
## [Downloads](https://github.com/TheDiamondPicks/staff-chat/releases)
I use GitHub releases for downloading so just click the link abouve and you will be sorted.
## Testing
I use Travis CI for testing (https://travis-ci.org/TheDiamondPicks/staff-chat)
## Usage
```/hc``` - Helper chat - ```staffchat.helper```
![Helper Chat](http://i.imgur.com/UqYVOck.png)
```/mc``` - Moderator chat - ```staffchat.mod```
![Moderator Chat](http://i.imgur.com/OJNUYxn.png)
```/mpc``` - Moderator+ chat - ```staffchat.modplus```
![Moderator+ Chat](http://i.imgur.com/sIzGO8M.png)
```/ac``` - Admin chat - ```staffchat.admin```
![Admin Chat](http://i.imgur.com/K5QiJqX.png)
```/dc``` - Developer chat - ```staffchat.dev```
![Developer Chat](http://i.imgur.com/H0GziTM.png)
```/bc``` - Builder chat - ```staffchat.builder```
![Builder Chat](http://i.imgur.com/VkRMuM9.png)
```/hdc``` - Head chat (For the head developer, builder, admin etc.) - ```staffchat.heads```
![Head Chat](http://i.imgur.com/54BaJuz.png)
```/sc``` - All staff chat - ```staffchat.staff```
![Staff Chat](http://i.imgur.com/54BaJuz.png)
<br>![Helper Chat](http://i.imgur.com/UqYVOck.png)
<br>```/mc``` - Moderator chat - ```staffchat.mod```
<br>![Moderator Chat](http://i.imgur.com/OJNUYxn.png)
<br>```/mpc``` - Moderator+ chat - ```staffchat.modplus```
<br>![Moderator+ Chat](http://i.imgur.com/sIzGO8M.png)
<br>```/ac``` - Admin chat - ```staffchat.admin```
<br>![Admin Chat](http://i.imgur.com/K5QiJqX.png)
<br>```/dc``` - Developer chat - ```staffchat.dev```
<br>![Developer Chat](http://i.imgur.com/H0GziTM.png)
<br>```/bc``` - Builder chat - ```staffchat.builder```
<br>![Builder Chat](http://i.imgur.com/VkRMuM9.png)
<br>```/hdc``` - Head chat (For the head developer, builder, admin etc.) - ```staffchat.heads```
<br>![Head Chat](http://i.imgur.com/54BaJuz.png)
<br>```/sc``` - All staff chat - ```staffchat.staff```
<br>![Staff Chat](http://i.imgur.com/dDUbCyT.png)

0 comments on commit 593de27

Please sign in to comment.