mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Update text adapters to latest version (#1525)
This commit is contained in:
parent
d0c5d89e91
commit
ff37ad176b
@ -10,8 +10,8 @@ repositories {
|
||||
dependencies {
|
||||
compile project(':common')
|
||||
|
||||
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
|
||||
compileOnly 'net.kyori:text-adapter-bukkit:3.0.1'
|
||||
compileOnly 'org.spigotmc:spigot-api:1.14-R0.1-SNAPSHOT'
|
||||
compileOnly 'net.kyori:text-adapter-bukkit:3.0.2'
|
||||
compileOnly 'me.lucko:commodore:1.3'
|
||||
compileOnly('net.milkbowl.vault:VaultAPI:1.6') {
|
||||
exclude(module: 'bukkit')
|
||||
|
@ -5,8 +5,8 @@ plugins {
|
||||
dependencies {
|
||||
compile project(':common')
|
||||
|
||||
compileOnly 'net.md-5:bungeecord-api:1.13-SNAPSHOT'
|
||||
compileOnly 'net.kyori:text-adapter-bungeecord:3.0.1'
|
||||
compileOnly 'net.md-5:bungeecord-api:1.14-SNAPSHOT'
|
||||
compileOnly 'net.kyori:text-adapter-bungeecord:3.0.2'
|
||||
compileOnly 'com.imaginarycode.minecraft:RedisBungee:0.4'
|
||||
|
||||
// migration plugins
|
||||
|
@ -86,22 +86,22 @@ public enum Dependency {
|
||||
TEXT_ADAPTER_BUKKIT(
|
||||
"net{}kyori",
|
||||
"text-adapter-bukkit",
|
||||
"3.0.1",
|
||||
"y/3ObS+Gwguy1/e1/bJRCbaWoMigFju6VypliQKFa5M=",
|
||||
"3.0.2",
|
||||
"VnbfELmOHV6DVidHJql6gmsCjfhABEnF6q9LTezUrQg=",
|
||||
Relocation.of("text", "net{}kyori{}text")
|
||||
),
|
||||
TEXT_ADAPTER_BUNGEECORD(
|
||||
"net{}kyori",
|
||||
"text-adapter-bungeecord",
|
||||
"3.0.1",
|
||||
"Q+cj+8MGgaAVOAjekG4oaE1TOijsezbbEXB41NP1mEA=",
|
||||
"3.0.2",
|
||||
"ZmCmc67danKpZru8rJsDppJZ+f8joquULZI8y/YX4ks=",
|
||||
Relocation.of("text", "net{}kyori{}text")
|
||||
),
|
||||
TEXT_ADAPTER_SPONGEAPI(
|
||||
"net{}kyori",
|
||||
"text-adapter-spongeapi",
|
||||
"3.0.1",
|
||||
"Yedf+fTvFwjdZ74EoQ8TTrmDvT0hszCu1RoRs5hweWc=",
|
||||
"3.0.2",
|
||||
"WPWFw1g8niEGgymV9PdyLADMSL6+UQ7FKdtxnJb79JE=",
|
||||
Relocation.of("text", "net{}kyori{}text")
|
||||
),
|
||||
EVENT(
|
||||
|
@ -25,7 +25,7 @@ dependencies {
|
||||
exclude(module: 'configurate-gson')
|
||||
exclude(module: 'configurate-yaml')
|
||||
}
|
||||
compileOnly 'net.kyori:text-adapter-spongeapi:3.0.1'
|
||||
compileOnly 'net.kyori:text-adapter-spongeapi:3.0.2'
|
||||
}
|
||||
|
||||
blossom {
|
||||
|
@ -6,7 +6,7 @@ dependencies {
|
||||
compile project(':common')
|
||||
compile project(':sponge:sponge-service')
|
||||
|
||||
compileOnly('org.spongepowered:spongeapi:7.0.0') {
|
||||
compileOnly('org.spongepowered:spongeapi:7.1.0') {
|
||||
exclude(module: 'configurate-core')
|
||||
exclude(module: 'configurate-hocon')
|
||||
exclude(module: 'configurate-gson')
|
||||
|
@ -5,7 +5,7 @@ repositories {
|
||||
dependencies {
|
||||
compile project(':common')
|
||||
|
||||
compileOnly('org.spongepowered:spongeapi:7.0.0') {
|
||||
compileOnly('org.spongepowered:spongeapi:7.1.0') {
|
||||
exclude(module: 'configurate-core')
|
||||
exclude(module: 'configurate-hocon')
|
||||
exclude(module: 'configurate-gson')
|
||||
|
Loading…
Reference in New Issue
Block a user