A248 π΅πΈπͺπ
A248 π΅πΈπͺπ
Yes, @ebresie there seem to be remaining open questions and issues with serialization. For example, #57 suggests a bug in the implementation. Also, #58 and #59 suggest the need for...
To elaborate on this issue. The serverside API design fits into hyper's model whereby a `Service` generates a response from a request; that is, a `Service` is more or less...
Unfortunately, the Bukkit API doesn't provide a means of defining command priorities. There is no good way for us to forcibly override other plugins' commands without special-casing Essentials or other...
One of our libraries, Flyway, attempts to work with this table for reasons that are irrelevant to LibertyBans. This message is safe to ignore, because Flyway purposefully catches the error...
One concern here is that permissions are not available while the player is logging in. We currently check for alts at the same time as we check for bans; at...
Calling `Map.values()` on the knownCommands map causes the server to hang. `BukkitBrigForwardingMap.values` appears to be responsible. Steps to reproduce using the plugin [LibertyBans](https://www.spigotmc.org/resources/libertybans.81063/): 1. Setup server, install the latest release...
Okay. I now have another issue. Command unregistration remains unsuccessful. The server no longer hangs when a command is unregistered using the method I described above. However, the command remains...
Owen, I now encounter a CME because LibertyBans' `/libertybans restart` command, while executing, unregisters other command registrations. https://pastebin.com/2eGsK9g4 If you'd like to, you may test out the plugin yourself, which...
There is no reason to include yet another of the command framework libraries in the Minecraft plugin ecosystem in the server jar. It will simply become useless deadweight for the...
I have a similar issue, but it depends on the text attributes I set. If I render by using `Attrs::new()`, the text is rendered successfully. If I add a font...