Sneakometer
Sneakometer
Hello, i'm developing a fabric mod using the sponge mixins where i need to to invoke a private method from within a mixin. I created an interface with the method...
**Describe the bug** I'm using the bot to stream some web radio on my teamspeak 3 server. The bot worked fine for several month, however i recently updated to the...
I tried deobfuscating 1.16 using the official mappings , but everytime Enigma crashes. Crashlog: ``` java.lang.Error: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: java.lang.Comparable & net.minecraft.util.StringRepresentable at cuchaz.enigma.gui.dialog.ProgressDialog.lambda$runOffThread$0(ProgressDialog.java:72) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: java.lang.Comparable...
**Description of the bug:** Sometimes, spigot services freeze during startup after printing `de.dytanic.cloudnet.driver.network.exception.SilentDecoderException: Invalid var int` to the Log/console. There is no stacktrace, just this one line. Nothing happens after...
### Observed Behavior ``` [21:51:04] [Server thread/WARN]: Entity threw exception at SKonsole:6.2890383938737315,72.0,-6.007075360277029 [21:51:04] [Server thread/WARN]: net.minecraft.server.v1_8_R3.ReportedException: Colliding entity with block [21:51:04] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.Entity.move(Entity.java:508) [21:51:04] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.EntityFireworks.t_(EntityFireworks.java:59)...
Hello Waterfall community, i'm owning a smaller minecraft server with about 50 max concurrent players. I am recently facing bot attacks where multiple ips (proxies?) connect to the waterfall proxy,...
Hey, i'm developing for Waterfall and need to retrieve the server list every now and then. I'm using the `getServersCopy()` method provided by Waterfall in the ProxyServer instance, as the...