File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
litecommands-bukkit-adventure Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 66Helpful links:
77- [ Support Discord] ( https://discord.gg/6cUhkj6uZJ )
88- [ GitHub issues] ( https://github.com/Rollczi/LiteCommands/issues )
9- - [ Example (Modern 2.4.2 )] ( https://github.com/Rollczi/LiteCommands/tree/master/examples/bukkit )
9+ - [ Example (Modern 2.5.0 )] ( https://github.com/Rollczi/LiteCommands/tree/master/examples/bukkit )
1010- [ Docs (Legacy 1.7.2)] ( https://docs.rollczi.dev/ )
1111
1212### Panda Repository (Maven or Gradle) ❤️
@@ -25,11 +25,11 @@ Framework Core
2525<dependency >
2626 <groupId >dev.rollczi.litecommands</groupId >
2727 <artifactId >core</artifactId >
28- <version >2.4.2 </version >
28+ <version >2.5.0 </version >
2929</dependency >
3030```
3131``` groovy
32- implementation 'dev.rollczi.litecommands:core:2.4.2 '
32+ implementation 'dev.rollczi.litecommands:core:2.5.0 '
3333```
3434
3535### First Simple Command
@@ -64,11 +64,11 @@ Add this to your dependencies if you want use ready-made implementation for velo
6464<dependency >
6565 <groupId >dev.rollczi.litecommands</groupId >
6666 <artifactId >velocity</artifactId >
67- <version >2.4.2 </version >
67+ <version >2.5.0 </version >
6868</dependency >
6969```
7070``` groovy
71- implementation 'dev.rollczi.litecommands:velocity:2.4.2 '
71+ implementation 'dev.rollczi.litecommands:velocity:2.5.0 '
7272```
7373
7474#### All extensions:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414
1515allprojects {
1616 group = " dev.rollczi.litecommands"
17- version = " 2.4.2 "
17+ version = " 2.5.0 "
1818
1919 apply (plugin = " java-library" )
2020 apply (plugin = " maven-publish" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010
1111dependencies {
1212 compileOnly(" org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT" )
13- // implementation("dev.rollczi.litecommands:bukkit:2.4.2 ") // <-- uncomment in your project
13+ // implementation("dev.rollczi.litecommands:bukkit:2.5.0 ") // <-- uncomment in your project
1414 implementation(project(" :litecommands-bukkit" )) // don't use this line in your build.gradle
1515
1616 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.0" )
Original file line number Diff line number Diff line change 44<dependency >
55 <groupId >dev.rollczi.litecommands</groupId >
66 <artifactId >bukkit-adventure</artifactId >
7- <version >2.4.2 </version >
7+ <version >2.5.0 </version >
88</dependency >
99```
1010Gradle
1111``` groovy
12- implementation 'dev.rollczi.litecommands:bukkit-adventure:2.4.2 '
12+ implementation 'dev.rollczi.litecommands:bukkit-adventure:2.5.0 '
1313```
Original file line number Diff line number Diff line change 44<dependency >
55 <groupId >dev.rollczi.litecommands</groupId >
66 <artifactId >bukkit</artifactId >
7- <version >2.4.2 </version >
7+ <version >2.5.0 </version >
88</dependency >
99```
1010Gradle
1111``` groovy
12- implementation 'dev.rollczi.litecommands:bukkit:2.4.2 '
12+ implementation 'dev.rollczi.litecommands:bukkit:2.5.0 '
1313```
1414
1515#### Examples:
Original file line number Diff line number Diff line change 44<dependency >
55 <groupId >dev.rollczi.litecommands</groupId >
66 <artifactId >bungee</artifactId >
7- <version >2.4.2 </version >
7+ <version >2.5.0 </version >
88</dependency >
99```
1010Gradle
1111``` groovy
12- implementation 'dev.rollczi.litecommands:bungee:2.4.2 '
12+ implementation 'dev.rollczi.litecommands:bungee:2.5.0 '
1313```
1414
1515#### Examples:
Original file line number Diff line number Diff line change 44<dependency >
55 <groupId >dev.rollczi.litecommands</groupId >
66 <artifactId >velocity</artifactId >
7- <version >2.4.2 </version >
7+ <version >2.5.0 </version >
88</dependency >
99```
1010Gradle
1111``` groovy
12- implementation 'dev.rollczi.litecommands:velocity:2.4.2 '
12+ implementation 'dev.rollczi.litecommands:velocity:2.5.0 '
1313```
1414
1515#### Examples:
You can’t perform that action at this time.
0 commit comments