Skip to content

Commit

Permalink
Add adventure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Nov 29, 2024
1 parent ffd0091 commit 372ec50
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/banner-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ dependencies {
include(rootProject.project("banner-transitive-access-wideners"))
include(rootProject.project("banner-stackdeobf"))
include(rootProject.project("banner-bukkit-manager"))
include "net.kyori:adventure-api:4.14.0"
include "net.kyori:adventure-key:4.14.0"
include "net.kyori:adventure-text-minimessage:4.14.0"
include "net.kyori:adventure-text-serializer-gson:4.14.0"
include "net.kyori:adventure-text-serializer-json:4.14.0"
include "net.kyori:adventure-text-serializer-legacy:4.14.0"
include "net.kyori:adventure-text-serializer-plain:4.14.0"
include "net.kyori:adventure-text-serializer-ansi:4.14.0"
include "net.kyori:adventure-text-logger-slf4j:4.14.0"
include "net.kyori:ansi:1.0.3"
include "net.kyori:examination-api:1.3.0"
include "net.kyori:examination-string:1.3.0"
}

moduleDependencies(project, [
Expand Down

0 comments on commit 372ec50

Please sign in to comment.