mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
has to add adventure as libary for spigot
sadly
This commit is contained in:
parent
a350b7fa69
commit
a373cd76f7
1 changed files with 4 additions and 2 deletions
|
|
@ -160,8 +160,10 @@ tasks {
|
|||
filesMatching("plugin.yml") {
|
||||
expand(
|
||||
"version" to effectiveVersion,
|
||||
"libraries" to " \"org.jetbrains.kotlin:kotlin-stdlib:2.1.0\" " +
|
||||
", \"net.kyori:adventure-platform-bukkit:4.4.1\""
|
||||
"libraries" to " \"org.jetbrains.kotlin:kotlin-stdlib:2.1.0\"" +
|
||||
", \"net.kyori:adventure-text-minimessage:4.25.0\"" +
|
||||
", \"net.kyori:adventure-text-serializer-plain:4.25.0\"" +
|
||||
", \"net.kyori:adventure-text-serializer-legacy:4.25.0\""
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue