-
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.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 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 |
---|---|---|
@@ -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) |