Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful authored Jun 17, 2024
1 parent 77fc73b commit 136ffc6
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

## Features

- Supports versions 1.8 - 1.20.
- Supports versions 1.8 - 1.21.
- Supports Folia
- No dependencies.
- Super efficient, no lag.
- Simple developer API.
Expand All @@ -27,14 +28,11 @@

```groovy
repositories {
maven {
name = 'byteful'
url = 'https://mvn.byteful.me/repository/maven-releases/'
}
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'me.byteful.plugin:LevelTools:Tag' // Replace Tag with the version. (Ex: v1.3.6)
compileOnly 'com.github.byteful:LevelTools:Tag' // Replace Tag with the version. (Ex: v1.4.0)
}
```

Expand All @@ -44,16 +42,16 @@ dependencies {

<repositories>
<repository>
<id>byteful</id>
<url>https://mvn.byteful.me/repository/maven-releases/</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependency>
<groupId>me.byteful.plugin</groupId>
<groupId>com.github.byteful</groupId>
<artifactId>LevelTools</artifactId>
<version>Tag</version> <!-- Replace Tag with the version. (Ex: v1.3.6) -->
</dependency>
<version>Tag</version> <!-- Replace Tag with the version. (Ex: v1.4.0) -->
</dependency>
```

### Example Usage:
Expand Down

0 comments on commit 136ffc6

Please sign in to comment.