mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-19 14:59:19 +00:00
Fix 1.20.3+ adventure support
This commit is contained in:
@@ -72,7 +72,7 @@ allprojects {
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
|
||||
compileOnly("net.kyori:adventure-api:4.14.0")
|
||||
compileOnly("net.kyori:adventure-platform-bukkit:4.3.1") // IMPLEMENTED VIA LIBRARIES
|
||||
compileOnly("net.kyori:adventure-platform-bukkit:4.3.2") // IMPLEMENTED VIA LIBRARIES
|
||||
compileOnly("net.kyori:adventure-text-minimessage:4.14.0") // IMPLEMENTED VIA LIBRARIES
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ main: net.islandearth.rpgregions.RPGRegions
|
||||
api-version: '1.16'
|
||||
libraries:
|
||||
- "com.zaxxer:HikariCP:5.0.1" # database
|
||||
- "net.kyori:adventure-platform-bukkit:4.3.1"
|
||||
- "net.kyori:adventure-platform-bukkit:4.3.2"
|
||||
- "net.kyori:adventure-text-minimessage:4.14.0"
|
||||
- "com.github.ben-manes.caffeine:caffeine:3.1.8"
|
||||
- "org.xerial:sqlite-jdbc:3.30.1"
|
||||
|
||||
Reference in New Issue
Block a user