Skip to content

Commit 136ffc6

Browse files
authored
Update README.md
1 parent 77fc73b commit 136ffc6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
## Features
1414

15-
- Supports versions 1.8 - 1.20.
15+
- Supports versions 1.8 - 1.21.
16+
- Supports Folia
1617
- No dependencies.
1718
- Super efficient, no lag.
1819
- Simple developer API.
@@ -27,14 +28,11 @@
2728

2829
```groovy
2930
repositories {
30-
maven {
31-
name = 'byteful'
32-
url = 'https://mvn.byteful.me/repository/maven-releases/'
33-
}
31+
maven { url 'https://jitpack.io' }
3432
}
3533
3634
dependencies {
37-
implementation 'me.byteful.plugin:LevelTools:Tag' // Replace Tag with the version. (Ex: v1.3.6)
35+
compileOnly 'com.github.byteful:LevelTools:Tag' // Replace Tag with the version. (Ex: v1.4.0)
3836
}
3937
```
4038

@@ -44,16 +42,16 @@ dependencies {
4442

4543
<repositories>
4644
<repository>
47-
<id>byteful</id>
48-
<url>https://mvn.byteful.me/repository/maven-releases/</url>
45+
<id>jitpack.io</id>
46+
<url>https://jitpack.io</url>
4947
</repository>
5048
</repositories>
5149

5250
<dependency>
53-
<groupId>me.byteful.plugin</groupId>
51+
<groupId>com.github.byteful</groupId>
5452
<artifactId>LevelTools</artifactId>
55-
<version>Tag</version> <!-- Replace Tag with the version. (Ex: v1.3.6) -->
56-
</dependency>
53+
<version>Tag</version> <!-- Replace Tag with the version. (Ex: v1.4.0) -->
54+
</dependency>
5755
```
5856

5957
### Example Usage:

0 commit comments

Comments
 (0)