Skip to content

Commit

Permalink
feat(minecraft): bump remaining modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Feb 4, 2024
1 parent 97112aa commit 098b8b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 49 deletions.
2 changes: 1 addition & 1 deletion code/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
indra = "3.1.3"

cloud = "2.0.0-beta.2"
cloudMinecraft = "2.0.0-SNAPSHOT"
cloudMinecraft = "2.0.0-beta.2"

[plugins]
indra = { id = "net.kyori.indra", version.ref = "indra" }
Expand Down
25 changes: 1 addition & 24 deletions docs/minecraft/bungee.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,7 @@

Cloud for BungeeCord is available through [Maven Central](https://central.sonatype.com/artifact/org.incendo/cloud-bungee).

<!-- prettier-ignore -->
=== "Maven"

```xml
<dependencies>
<dependency>
<groupId>org.incendo</groupId>
<artifactId>cloud-bungee</artifactId>
<version>2.0.0-beta.1</version>
</dependency>
</dependencies>
```

=== "Gradle (Kotlin)"

```kotlin
implementation("org.incendo:cloud-bungee:2.0.0-beta.1")
```

=== "Gradle (Groovy)"

```groovy
implementation 'org.incendo:cloud-bungee:2.0.0-beta.1'
```
{{ dependency_listing("bungee") }}

## Usage

Expand Down
25 changes: 1 addition & 24 deletions docs/minecraft/minecraft-extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,7 @@

Cloud Minecraft Extras is available through [Maven Central](https://central.sonatype.com/artifact/org.incendo/cloud-minecraft-extras).

<!-- prettier-ignore -->
=== "Maven"

```xml
<dependencies>
<dependency>
<groupId>org.incendo</groupId>
<artifactId>cloud-minecraft-extras</artifactId>
<version>2.0.0-beta.1</version>
</dependency>
</dependencies>
```

=== "Gradle (Kotlin)"

```kotlin
implementation("org.incendo:cloud-minecraft-extras:2.0.0-beta.1")
```

=== "Gradle (Groovy)"

```groovy
implementation 'org.incendo:cloud-minecraft-extras:2.0.0-beta.1'
```
{{ dependency_listing("minecraft-extras") }}

## Minecraft Help

Expand Down
3 changes: 3 additions & 0 deletions versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ kord: 1.0.0-beta.2
# Minecraft
paper: 2.0.0-beta.2
velocity: 2.0.0-beta.2
bungee: 2.0.0-beta.2
cloudburst: 2.0.0-beta.2
modded: 2.0.0-beta.2
minecraft-extras: 2.0.0-beta.2
# Other
spring: 1.0.0-beta.1

0 comments on commit 098b8b7

Please sign in to comment.