fix(deps): updated to MiniPlaceholders 2

This commit is contained in:
Adrian 2023-03-03 16:27:21 -05:00
parent abf66ad5f4
commit 407e5d42a4
No known key found for this signature in database
GPG Key ID: FB8EF84DCE1BE452
5 changed files with 7 additions and 17 deletions

View File

@ -4,7 +4,7 @@ metadata.format.version = "1.1"
velocity = "3.2.0-SNAPSHOT" velocity = "3.2.0-SNAPSHOT"
paper = "1.19.3-R0.1-SNAPSHOT" paper = "1.19.3-R0.1-SNAPSHOT"
miniplaceholders = "1.3.1" miniplaceholders = "2.0.0"
fastlogin = "1.12-SNAPSHOT" fastlogin = "1.12-SNAPSHOT"
authme = "5.6.0-SNAPSHOT" authme = "5.6.0-SNAPSHOT"
libby = "1.1.5" libby = "1.1.5"
@ -30,7 +30,7 @@ libby-core = { group = "net.byteflux", name = "libby-core", version.ref = "libby
libby-bukkit = { group = "net.byteflux", name = "libby-bukkit", version.ref = "libby" } libby-bukkit = { group = "net.byteflux", name = "libby-bukkit", version.ref = "libby" }
libby-velocity = { group = "net.byteflux", name = "libby-velocity", version.ref = "libby" } libby-velocity = { group = "net.byteflux", name = "libby-velocity", version.ref = "libby" }
miniplaceholders = { group = "com.github.4drian3d", name = "MiniPlaceholders", version.ref = "miniplaceholders" } miniplaceholders = { group = "io.github.miniplaceholders", name = "miniplaceholders-api", version.ref = "miniplaceholders" }
fastlogin-velocity = { group = "com.github.games647", name = "fastlogin.velocity", version.ref = "fastlogin" } fastlogin-velocity = { group = "com.github.games647", name = "fastlogin.velocity", version.ref = "fastlogin" }
bstats-velocity = { group = "org.bstats", name = "bstats-velocity", version.ref = "bstats" } bstats-velocity = { group = "org.bstats", name = "bstats-velocity", version.ref = "bstats" }

View File

@ -16,11 +16,6 @@ repositories {
includeGroup("net.byteflux") includeGroup("net.byteflux")
} }
} }
maven("https://jitpack.io") {
mavenContent {
includeGroup("com.github.4drian3d")
}
}
} }
dependencies { dependencies {

View File

@ -21,10 +21,10 @@ import org.bukkit.Bukkit;
import org.bukkit.entity.Player; import org.bukkit.entity.Player;
import fr.xephi.authme.api.v3.AuthMeApi; import fr.xephi.authme.api.v3.AuthMeApi;
import me.dreamerzero.miniplaceholders.api.Expansion; import io.github.miniplaceholders.api.Expansion;
import net.kyori.adventure.text.minimessage.tag.Tag; import net.kyori.adventure.text.minimessage.tag.Tag;
import static me.dreamerzero.miniplaceholders.api.utils.Components.*; import static io.github.miniplaceholders.api.utils.Components.*;
final class AuthMePlaceholders { final class AuthMePlaceholders {
private AuthMePlaceholders() {} private AuthMePlaceholders() {}

View File

@ -15,11 +15,6 @@ repositories {
includeGroup("net.byteflux") includeGroup("net.byteflux")
} }
} }
maven("https://jitpack.io") {
mavenContent {
includeGroup("com.github.4drian3d")
}
}
} }
dependencies { dependencies {

View File

@ -18,11 +18,11 @@
package io.github._4drian3d.authmevelocity.velocity; package io.github._4drian3d.authmevelocity.velocity;
import com.velocitypowered.api.proxy.Player; import com.velocitypowered.api.proxy.Player;
import me.dreamerzero.miniplaceholders.api.Expansion; import io.github.miniplaceholders.api.Expansion;
import net.kyori.adventure.text.minimessage.tag.Tag; import net.kyori.adventure.text.minimessage.tag.Tag;
import static me.dreamerzero.miniplaceholders.api.utils.Components.FALSE_COMPONENT; import static io.github.miniplaceholders.api.utils.Components.FALSE_COMPONENT;
import static me.dreamerzero.miniplaceholders.api.utils.Components.TRUE_COMPONENT; import static io.github.miniplaceholders.api.utils.Components.TRUE_COMPONENT;
final class AuthMePlaceholders { final class AuthMePlaceholders {
private AuthMePlaceholders() { private AuthMePlaceholders() {