Skip to content

Commit 5c5493d

Browse files
committed
Release 3.8.0
1 parent e8edda5 commit 5c5493d

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ maven("https://repo.panda-lang.org/releases")
8686

8787
#### ➕ Add LiteCommands to dependencies
8888
```kts
89-
implementation("dev.rollczi:{artifact}:3.7.1")
89+
implementation("dev.rollczi:{artifact}:3.8.0")
9090
```
9191
```xml
9292
<dependency>
9393
<groupId>dev.rollczi</groupId>
9494
<artifactId>{artifact}</artifactId>
95-
<version>3.7.1</version>
95+
<version>3.8.0</version>
9696
</dependency>
9797
```
9898
> ⚠️ Replace `{artifact}` with [platform artifact](https://docs.rollczi.dev/documentation/litecommands/platforms.html#supported-platforms)

buildSrc/src/main/kotlin/litecommands-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "dev.rollczi"
7-
version = "3.7.2-SNAPSHOT"
7+
version = "3.8.0"
88

99
publishing {
1010
java {

examples/bukkit-adventure-platform/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("xyz.jpenilla.run-paper") version "2.3.0"
66
}
77

8-
version = "3.7.1-SNAPSHOT"
8+
version = "3.8.0"
99

1010
repositories {
1111
mavenCentral()
@@ -16,8 +16,8 @@ repositories {
1616
dependencies {
1717
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
1818

19-
// implementation("dev.rollczi:litecommands-bukkit:3.7.1") // <-- uncomment in your project
20-
// implementation("dev.rollczi:litecommands-adventure-platform:3.7.1") // <-- uncomment in your project
19+
// implementation("dev.rollczi:litecommands-bukkit:3.8.0") // <-- uncomment in your project
20+
// implementation("dev.rollczi:litecommands-adventure-platform:3.8.0") // <-- uncomment in your project
2121
implementation("net.kyori:adventure-platform-bukkit:4.3.0")
2222
implementation("net.kyori:adventure-text-minimessage:4.14.0")
2323

examples/bukkit-chatgpt/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("xyz.jpenilla.run-paper") version "2.3.0"
66
}
77

8-
version = "3.7.1-SNAPSHOT"
8+
version = "3.8.0-SNAPSHOT"
99

1010
repositories {
1111
mavenCentral()
@@ -16,8 +16,8 @@ repositories {
1616
dependencies {
1717
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
1818

19-
// implementation("dev.rollczi:litecommands-bukkit:3.7.1") // <-- uncomment in your project
20-
// implementation("dev.rollczi:litecommands-chatgpt:3.7.1") // <-- uncomment in your project
19+
// implementation("dev.rollczi:litecommands-bukkit:3.8.0") // <-- uncomment in your project
20+
// implementation("dev.rollczi:litecommands-chatgpt:3.8.0") // <-- uncomment in your project
2121
implementation(project(":litecommands-bukkit")) // don't use this line in your build.gradle
2222
implementation(project(":litecommands-chatgpt")) // don't use this line in your build.gradle
2323
}

examples/bukkit/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("xyz.jpenilla.run-paper") version "2.3.0"
66
}
77

8-
version = "3.7.1-SNAPSHOT"
8+
version = "3.8.0"
99

1010
repositories {
1111
mavenCentral()
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
1717
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
1818

19-
// implementation("dev.rollczi:litecommands-bukkit:3.7.1") // <-- uncomment in your project
19+
// implementation("dev.rollczi:litecommands-bukkit:3.8.0") // <-- uncomment in your project
2020
implementation(project(":litecommands-bukkit")) // don't use this line in your build.gradle
2121
}
2222

examples/fabric/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
modImplementation("net.fabricmc:fabric-loader:0.16.7")
2222
modImplementation("net.fabricmc.fabric-api:fabric-api:0.106.0+1.21.1")
2323

24-
// modImplementation("dev.rollczi:litecommands-fabric:3.7.1") // <-- uncomment in your project
24+
// modImplementation("dev.rollczi:litecommands-fabric:3.8.0") // <-- uncomment in your project
2525
implementation(project(path = ":litecommands-fabric", configuration = "namedElements"))
2626

2727
}

examples/fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "litecommands_example",
4-
"version": "3.7.1",
4+
"version": "3.8.0",
55
"name": "LiteCommands Fabric Example",
66
"description": "Annotation based command framework for Fabric.",
77
"authors": [

examples/minestom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("net.minestom:minestom-snapshots:4305006e6b")
1919
implementation("net.kyori:adventure-text-minimessage:4.17.0")
2020

21-
// implementation("dev.rollczi:litecommands-minestom:3.7.1") // <-- uncomment in your project
21+
// implementation("dev.rollczi:litecommands-minestom:3.8.0") // <-- uncomment in your project
2222
implementation(project(":litecommands-minestom")) // don't use this line in your build.gradle
2323
}
2424

examples/velocity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
compileOnly("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
2020
annotationProcessor("com.velocitypowered:velocity-api:3.2.0-SNAPSHOT")
2121

22-
// implementation("dev.rollczi:litecommands-velocity:3.7.1") // <-- uncomment in your project
22+
// implementation("dev.rollczi:litecommands-velocity:3.8.0") // <-- uncomment in your project
2323
implementation(project(":litecommands-velocity")) // don't use this line in your build.gradle
2424
}
2525

examples/velocity/src/main/java/dev/rollczi/example/velocity/ExamplePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import dev.rollczi.litecommands.velocity.LiteVelocityFactory;
2424
import dev.rollczi.litecommands.velocity.tools.VelocityOnlyPlayerContextual;
2525

26-
@Plugin(id = "example-plugin", name = "ExamplePlugin", version = "3.7.1", authors = "Rollczi")
26+
@Plugin(id = "example-plugin", name = "ExamplePlugin", version = "3.8.0", authors = "Rollczi")
2727
public class ExamplePlugin {
2828

2929
private final ProxyServer proxyServer;

0 commit comments

Comments
 (0)