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 44Helpful links:
55- [ Support Discord] ( https://discord.gg/6cUhkj6uZJ )
66- [ GitHub issues] ( https://github.com/Rollczi/LiteCommands/issues )
7- - [ Example (Modern 2.2.1 )] ( https://github.com/Rollczi/LiteCommands/tree/master/examples/bukkit )
7+ - [ Example (Modern 2.2.2 )] ( https://github.com/Rollczi/LiteCommands/tree/master/examples/bukkit )
88- [ Docs (Legacy 1.7.2)] ( https://docs.rollczi.dev/ )
99
1010### Panda Repository (Maven or Gradle) ❤️
@@ -23,11 +23,11 @@ Framework Core
2323<dependency >
2424 <groupId >dev.rollczi.litecommands</groupId >
2525 <artifactId >core</artifactId >
26- <version >2.2.1 </version >
26+ <version >2.2.2 </version >
2727</dependency >
2828```
2929``` groovy
30- implementation 'dev.rollczi.litecommands:core:2.2.1 '
30+ implementation 'dev.rollczi.litecommands:core:2.2.2 '
3131```
3232
3333### First Simple Command
@@ -57,11 +57,11 @@ Add this to your dependencies if you want use ready-made implementation for velo
5757<dependency >
5858 <groupId >dev.rollczi.litecommands</groupId >
5959 <artifactId >velocity</artifactId >
60- <version >2.2.1 </version >
60+ <version >2.2.2 </version >
6161</dependency >
6262```
6363``` groovy
64- implementation 'dev.rollczi.litecommands:velocity:2.2.1 '
64+ implementation 'dev.rollczi.litecommands:velocity:2.2.2 '
6565```
6666
6767#### 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.2.1 "
17+ version = " 2.2.2 "
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-R0.1-SNAPSHOT" )
13- // implementation("dev.rollczi.litecommands:bukkit:2.2.1 ") // <-- uncomment in your project
13+ // implementation("dev.rollczi.litecommands:bukkit:2.2.2 ") // <-- 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.8.1" )
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.2.1 </version >
7+ <version >2.2.2 </version >
88</dependency >
99```
1010Gradle
1111``` groovy
12- implementation 'dev.rollczi.litecommands:bukkit-adventure:2.2.1 '
12+ implementation 'dev.rollczi.litecommands:bukkit-adventure:2.2.2 '
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.2.1 </version >
7+ <version >2.2.2 </version >
88</dependency >
99```
1010Gradle
1111``` groovy
12- implementation 'dev.rollczi.litecommands:bukkit:2.2.1 '
12+ implementation 'dev.rollczi.litecommands:bukkit:2.2.2 '
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.2.1 </version >
7+ <version >2.2.2 </version >
88</dependency >
99```
1010Gradle
1111``` groovy
12- implementation 'dev.rollczi.litecommands:bungee:2.2.1 '
12+ implementation 'dev.rollczi.litecommands:bungee:2.2.2 '
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.2.1 </version >
7+ <version >2.2.2 </version >
88</dependency >
99```
1010Gradle
1111``` groovy
12- implementation 'dev.rollczi.litecommands:velocity:2.2.1 '
12+ implementation 'dev.rollczi.litecommands:velocity:2.2.2 '
1313```
1414
1515#### Examples:
You can’t perform that action at this time.
0 commit comments