Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bierdosenhalter committed Aug 22, 2022
1 parent 546f8fd commit 67b1ebd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
![code size](https://img.shields.io/github/languages/code-size/zeroBzeroT/AnarchyQueue)
[![downloads](https://img.shields.io/github/downloads/zeroBzeroT/AnarchyQueue/total)](https://github.com/zeroBzeroT/AnarchyQueue/releases)

---

A simple queue system for BungeeCord (and Velocity) in the style of the 2b2t queue.

### Commands
Expand Down Expand Up @@ -33,3 +35,13 @@ A simple queue system for BungeeCord (and Velocity) in the style of the 2b2t que

- 1.* is for BungeeCord
- 2.* is for Velocity

### Warranty

The Software is provided "as is" and without warranties of any kind, express
or implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose, and non-infringement. In no event shall the
Authors or copyright owners be liable for any claims, damages or other
liability, whether in an action in contract, tort or otherwise, arising from,
out of or in connection with the Software or the use or other dealings in the
Software.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.zeroBzeroT</groupId>
<artifactId>AnarchyQueue</artifactId>
<version>1.5.5</version>
<version>1.5.6</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/zeroBzeroT/anarchyqueue/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ public void onEnable() {
log("config", "§3Kick on restart of the main server: §r" + Config.kickOnRestart);
log("config", "§3Kick when the main server is busy: §r" + Config.kickOnBusy);

// Load bStats Module
// Load Plugin Metrics
if (Config.bStats) {
new Metrics(this, 16225);
new Metrics(this, 16228);
}
}

Expand Down

0 comments on commit 67b1ebd

Please sign in to comment.