File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 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.
2728
2829``` groovy
2930repositories {
30- maven {
31- name = 'byteful'
32- url = 'https://mvn.byteful.me/repository/maven-releases/'
33- }
31+ maven { url 'https://jitpack.io' }
3432}
3533
3634dependencies {
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:
You can’t perform that action at this time.
0 commit comments