mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-01 02:21:43 +02:00
Bump adventure-platform to 4.3.3
This commit is contained in:
@@ -11,7 +11,7 @@ dependencies {
|
|||||||
compileOnly project(':common:loader-utils')
|
compileOnly project(':common:loader-utils')
|
||||||
|
|
||||||
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
|
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
|
||||||
compileOnly('net.kyori:adventure-platform-bukkit:4.1.0') {
|
compileOnly('net.kyori:adventure-platform-bukkit:4.3.3') {
|
||||||
exclude(module: 'adventure-bom')
|
exclude(module: 'adventure-bom')
|
||||||
exclude(module: 'adventure-api')
|
exclude(module: 'adventure-api')
|
||||||
exclude(module: 'adventure-nbt')
|
exclude(module: 'adventure-nbt')
|
||||||
|
@@ -7,7 +7,7 @@ dependencies {
|
|||||||
compileOnly project(':common:loader-utils')
|
compileOnly project(':common:loader-utils')
|
||||||
|
|
||||||
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
|
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
|
||||||
compileOnly('net.kyori:adventure-platform-bungeecord:4.1.0') {
|
compileOnly('net.kyori:adventure-platform-bungeecord:4.3.3') {
|
||||||
exclude(module: 'adventure-bom')
|
exclude(module: 'adventure-bom')
|
||||||
exclude(module: 'adventure-api')
|
exclude(module: 'adventure-api')
|
||||||
exclude(module: 'adventure-nbt')
|
exclude(module: 'adventure-nbt')
|
||||||
|
@@ -76,15 +76,15 @@ public enum Dependency {
|
|||||||
ADVENTURE_PLATFORM_BUKKIT(
|
ADVENTURE_PLATFORM_BUKKIT(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"adventure-platform-bukkit",
|
"adventure-platform-bukkit",
|
||||||
"4.13.2",
|
"4.13.3",
|
||||||
"NztKHVIafIr45BwRVi9rc+yFtTjMKWtYxenxCuHYqVA=",
|
"ZXw7pf+a6tjGdB2WO1rB/KQ+ETLAH8kQFSu3El7jopY=",
|
||||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||||
),
|
),
|
||||||
ADVENTURE_PLATFORM_BUNGEECORD(
|
ADVENTURE_PLATFORM_BUNGEECORD(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"adventure-platform-bungeecord",
|
"adventure-platform-bungeecord",
|
||||||
"4.13.0",
|
"4.13.3",
|
||||||
"MLk/qAgWC9YT2ImLq/sVo114V5Rk1jQr4jc57WAoO74=",
|
"7hnndD6dO6LZoRbtOBdn6OFK0y/T2PqNLHxCg6zaQlo=",
|
||||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||||
),
|
),
|
||||||
EVENT(
|
EVENT(
|
||||||
|
Reference in New Issue
Block a user