Skip to content

Commit

Permalink
Optimize modules, remove adventure support - instead using dream-util…
Browse files Browse the repository at this point in the history
…ities
  • Loading branch information
Ravis96 committed Oct 5, 2024
1 parent a7b0952 commit 146c2f2
Show file tree
Hide file tree
Showing 33 changed files with 137 additions and 1,358 deletions.
21 changes: 0 additions & 21 deletions bukkit-adventure/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 7 additions & 3 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT")

// -- dream-utilities --
implementation("cc.dreamcode:utilities:1.4.5")
implementation("cc.dreamcode:utilities-bukkit:1.4.5")
implementation("cc.dreamcode:utilities:1.4.6")
implementation("cc.dreamcode:utilities-bukkit:1.4.6")

// -- x-series --
implementation("com.github.cryptomorin:XSeries:9.10.0")
implementation("com.github.cryptomorin:XSeries:11.3.0")

// -- kyori-adventure --
implementation("net.kyori:adventure-text-minimessage:4.17.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.17.0")
}
Loading

0 comments on commit 146c2f2

Please sign in to comment.