File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
plugin/src/main/kotlin/trplugins/menu/module/internal/data Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11group =me.arasple.mc.trmenu
2- version =3.9.14
2+ version =3.9.15
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import org.bukkit.command.CommandSender
55import org.bukkit.entity.Player
66import org.bukkit.metadata.FixedMetadataValue
77import taboolib.common.LifeCycle
8+ import taboolib.common.env.RuntimeDependency
89import taboolib.common.platform.Awake
910import taboolib.common.platform.ProxyPlayer
1011import taboolib.common.platform.Schedule
@@ -34,6 +35,12 @@ import java.util.concurrent.ConcurrentHashMap
3435 * <meta> -> only lost when the server is shut down
3536 * <data> -> storable, (support MongoDB)
3637 */
38+ @RuntimeDependency(
39+ value = " !org.slf4j:slf4j-jdk14:2.0.8" ,
40+ test = " !org.slf4j_2_0_8.jul.JULServiceProvider" ,
41+ relocate = [" !org.slf4j" , " !org.slf4j_2_0_8" ],
42+ transitive = false
43+ )
3744object Metadata {
3845
3946 internal val meta = mutableMapOf<String , DataMap >()
You can’t perform that action at this time.
0 commit comments