This repository was archived by the owner on Apr 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/spigot/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies {
1717 api ' javax.persistence:javax.persistence-api:2.2'
1818
1919 // kyori
20- api ' net.kyori:adventure-text-serializer-json:4.+ '
21- api ' net.kyori:adventure-text-serializer-gson:4.+ '
20+ api ' net.kyori:adventure-text-serializer-json:4.24.0 '
21+ api ' net.kyori:adventure-text-serializer-gson:4.24.0 '
2222
2323 // utility
2424 compileOnly ' org.projectlombok:lombok:+'
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ dependencies {
88 implementation ' club.minnced:discord-webhooks:+'
99
1010 // serialization
11- implementation ' net.kyori:adventure-api:4.+ '
12- implementation ' net.kyori:adventure-text-serializer-gson:4.+ '
13- implementation ' net.kyori:adventure-text-serializer-plain:4.+ '
11+ implementation ' net.kyori:adventure-api:4.24.0 '
12+ implementation ' net.kyori:adventure-text-serializer-gson:4.24.0 '
13+ implementation ' net.kyori:adventure-text-serializer-plain:4.24.0 '
1414 implementation ' com.google.code.gson:gson:2.11.0'
1515
1616 // tests
17- testImplementation ' net.kyori:adventure-text-serializer-gson:4.14 .0'
17+ testImplementation ' net.kyori:adventure-text-serializer-gson:4.24 .0'
1818}
Original file line number Diff line number Diff line change @@ -11,10 +11,7 @@ softdepend:
1111 - BanMod
1212 - PlaceholderAPI
1313libraries :
14- - ' com.google.code.gson:gson:2.11.0'
15- - ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
16- - ' net.kyori:adventure-text-serializer-json:4.17.0'
17- - ' net.kyori:adventure-text-serializer-gson:4.17.0'
14+ # discord
1815 - ' net.dv8tion:JDA:5.2.2'
1916 - ' club.minnced:discord-webhooks:0.8.4'
2017 - ' com.kcthota:emoji4j:6.0'
You can’t perform that action at this time.
0 commit comments