fix(deps): updated to MiniPlaceholders 2
This commit is contained in:
parent
abf66ad5f4
commit
407e5d42a4
@ -4,7 +4,7 @@ metadata.format.version = "1.1"
|
||||
|
||||
velocity = "3.2.0-SNAPSHOT"
|
||||
paper = "1.19.3-R0.1-SNAPSHOT"
|
||||
miniplaceholders = "1.3.1"
|
||||
miniplaceholders = "2.0.0"
|
||||
fastlogin = "1.12-SNAPSHOT"
|
||||
authme = "5.6.0-SNAPSHOT"
|
||||
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-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" }
|
||||
bstats-velocity = { group = "org.bstats", name = "bstats-velocity", version.ref = "bstats" }
|
||||
|
@ -16,11 +16,6 @@ repositories {
|
||||
includeGroup("net.byteflux")
|
||||
}
|
||||
}
|
||||
maven("https://jitpack.io") {
|
||||
mavenContent {
|
||||
includeGroup("com.github.4drian3d")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -21,10 +21,10 @@ import org.bukkit.Bukkit;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
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 static me.dreamerzero.miniplaceholders.api.utils.Components.*;
|
||||
import static io.github.miniplaceholders.api.utils.Components.*;
|
||||
|
||||
final class AuthMePlaceholders {
|
||||
private AuthMePlaceholders() {}
|
||||
|
@ -15,11 +15,6 @@ repositories {
|
||||
includeGroup("net.byteflux")
|
||||
}
|
||||
}
|
||||
maven("https://jitpack.io") {
|
||||
mavenContent {
|
||||
includeGroup("com.github.4drian3d")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -18,11 +18,11 @@
|
||||
package io.github._4drian3d.authmevelocity.velocity;
|
||||
|
||||
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 static me.dreamerzero.miniplaceholders.api.utils.Components.FALSE_COMPONENT;
|
||||
import static me.dreamerzero.miniplaceholders.api.utils.Components.TRUE_COMPONENT;
|
||||
import static io.github.miniplaceholders.api.utils.Components.FALSE_COMPONENT;
|
||||
import static io.github.miniplaceholders.api.utils.Components.TRUE_COMPONENT;
|
||||
|
||||
final class AuthMePlaceholders {
|
||||
private AuthMePlaceholders() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user