jpenilla / MiniMOTD

Minecraft server/proxy plugin to set the server list MOTD using MiniMessage for formatting, supporting RGB colors.
https://modrinth.com/plugin/minimotd
MIT License
286 stars 32 forks source link

Couldn't pass ProxyPingEvent to minimotd-velocity #124

Closed Idiots2020 closed 1 year ago

Idiots2020 commented 1 year ago

[14:25:24 ERROR]: Couldn't pass ProxyPingEvent to minimotd-velocity java.lang.NoClassDefFoundError: net/kyori/adventure/text/minimessage/MiniMessage at xyz.jpenilla.minimotd.lib.platform_velocity.xyz.jpenilla.minimotd.common.MiniMOTD.parse(MiniMOTD.java:113) ~[?:?] at xyz.jpenilla.minimotd.lib.platform_velocity.xyz.jpenilla.minimotd.common.MiniMOTD.createMOTD(MiniMOTD.java:95) ~[?:?] at xyz.jpenilla.minimotd.velocity.PingListener.handle(PingListener.java:56) ~[?:?] at xyz.jpenilla.minimotd.velocity.PingListener.lambda$onProxyPingEvent$0(PingListener.java:49) ~[?:?] at com.velocitypowered.api.event.EventTask$1.execute(EventTask.java:66) ~[server.jar:3.1.1] at com.velocitypowered.proxy.event.VelocityEventManager$ContinuationTask.execute(VelocityEventManager.java:546) ~[server.jar:3.1.1] at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:605) ~[server.jar:3.1.1] at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[server.jar:3.1.1] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?] at java.lang.Thread.run(Thread.java:831) [?:?]

jpenilla commented 1 year ago

Duplicate #100