From b1e2e400d6ea8923bf1b9a4d0912ceb487008866 Mon Sep 17 00:00:00 2001 From: TheDiamondPicks Date: Sun, 21 Feb 2016 08:36:45 +1300 Subject: [PATCH 1/3] Update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index fd8317f..97eeb72 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,18 @@ I use GitHub releases for downloading. So you can just click and it will downloa 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/dDUbCyT.png) \ No newline at end of file +
![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/dDUbCyT.png) From 4216c218a1a617de1a20d4c28f686681806088a4 Mon Sep 17 00:00:00 2001 From: TheDiamondPicks Date: Sun, 21 Feb 2016 08:37:12 +1300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97eeb72..da955c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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*
This is a small plugin that allows staff members to communicate directly with certain members.
This was originally made for my private server but now has been made open source. From 1e1f762d133b90bfa7d314837393ef05a614ec26 Mon Sep 17 00:00:00 2001 From: TheDiamondPicks Date: Sun, 21 Feb 2016 08:47:25 +1300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da955c1..faa8e94 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
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