1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-23 22:52:48 +02:00

Fix adventure package relocations

This commit is contained in:
Luck
2025-05-23 08:10:55 +01:00
parent b77d5759d3
commit 27e7551e2b

View File

@@ -62,28 +62,28 @@ public enum Dependency {
ADVENTURE( ADVENTURE(
"me{}lucko", "me{}lucko",
"adventure-api", "adventure-api",
"4.21.0", "4.21.1",
"/t65MhOjGM6jiuSlDPseqbNcg56NC5+8sDpwGlRZvls=", "kQJlZ0gUxdTRRkskT43qiy2kpt9s654LvB0nqoCP6YE=",
Relocation.of("adventure", "net{}kyori{}adventure") Relocation.of("adventure", "net{}kyori{}adventure")
), ),
ADVENTURE_PLATFORM( ADVENTURE_PLATFORM(
"me{}lucko", "me{}lucko",
"adventure-platform-api", "adventure-platform-api",
"4.21.0", "4.21.1",
"Kk8IkEMVa9ITBfC3yocpcXQiZ9CwN9VxeWjKUD8I0n0=", "Kk8IkEMVa9ITBfC3yocpcXQiZ9CwN9VxeWjKUD8I0n0=",
Relocation.of("adventure", "net{}kyori{}adventure") Relocation.of("adventure", "net{}kyori{}adventure")
), ),
ADVENTURE_PLATFORM_BUKKIT( ADVENTURE_PLATFORM_BUKKIT(
"me{}lucko", "me{}lucko",
"adventure-platform-bukkit", "adventure-platform-bukkit",
"4.21.0", "4.21.1",
"ulPw98NmQ2a+H8qk2jIBlxzrzmToeAgseOuwdrd1SmE=", "NffwBnfT/Mc6VpsmTcaXPvckv9T4vPJD83adt0C8vao=",
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.21.0", "4.21.1",
"7hnndD6dO6LZoRbtOBdn6OFK0y/T2PqNLHxCg6zaQlo=", "7hnndD6dO6LZoRbtOBdn6OFK0y/T2PqNLHxCg6zaQlo=",
Relocation.of("adventure", "net{}kyori{}adventure") Relocation.of("adventure", "net{}kyori{}adventure")
), ),