Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Feb 18, 2024
1 parent 58d6ea7 commit 3512776
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![](https://jitpack.io/v/Despical/KOTL.svg)](https://jitpack.io/#Despical/KOTL)
[![](https://img.shields.io/badge/JavaDocs-latest-lime.svg)](https://javadoc.jitpack.io/com/github/Despical/KOTL/latest/javadoc/index.html)
[![Support](https://img.shields.io/badge/Patreon-Support-lime.svg?logo=Patreon)](https://www.patreon.com/despical)
[![](https://img.shields.io/badge/BuyMeACoffee-Support-lime.svg?logo=BuyMeACoffee)](https://www.buymeacoffee.com/despical)

King of the Ladder is an old Minecraft minigame that supports almost every version. Each player have to kick other players
out of the ladders to be the king. The king tries to stand on the top of the ladders while not letting others to climb and
Expand Down Expand Up @@ -37,7 +38,7 @@ If you still didn't find an answer see documentation section below.
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>KOTL</artifactId>
<version>2.8.1</version>
<version>2.8.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -54,7 +55,7 @@ repositories {
```
```
dependencies {
compileOnly group: "com.github.Despical", name: "KOTL", version: "2.8.1;
compileOnly group: "com.github.Despical", name: "KOTL", version: "2.8.2;
}
```
</details>
Expand All @@ -81,4 +82,5 @@ git clone https://www.github.com/Despical/KOTL.git && cd KOTL
mvn clean package -Dmaven.javadoc.skip=true
```

> **Note** Don't forget to install Maven before building.
> [!IMPORTANT]
> Don't forget to install Maven before building.

0 comments on commit 3512776

Please sign in to comment.