Closed wisingman closed 3 years ago
Is it a modern server list ping or a legacy ping?
This is a socket ping from a bungee plugin running the latest version of waterfall
Also to add to this I'm having a problem with the API for a seperate plugin on the Limbo where it recieves packets from the rest of the network to execute tasks like staff chat & punishments but it's doing this:
java.lang.ClassCastException: class <CORE_CLASS> cannot be cast to class com.loohp.limbo.plugins.LimboPlugin (<CORE_CLASS> is in unnamed module of loader java.net.URLClassLoader @21be3395; com.loohp.limbo.plugins.LimboPlugin is in unnamed module of loader 'app')
That's using the following dependancy
`
<artifactId>Limbo</artifactId>
<version>0.4.0-ALPHA</version>
</dependency>`
Any ideas? All the best
Does your main class extends LimboPlugin? Also try 0.4.4-ALPHA instead.
It can't find that in https://repo.loohpjames.com/repository
I made a mistake, 0.4.4-ALPHA should be available now
When pinging the server via socket connection check in proxy it runs this error in the Limbo console
The ping still works, but that error is now sent every 5 seconds Thanks