CC007
CC007
When I start the server, the plugin loads fine (now that the classloaders and shading is fixed), but when using `/reload` I get the following exceptions: ``` [05:09:03 INFO]: 2019-06-01...
It would be nice if you could provide a plugin that supplies a spring context and allows you to specify packages that the autoconfig scanner should look for (which in...
When something goes wrong during startup of the spring context, but the spigot server does start, I get an error when I try to close the server with the /stop...
I have a `@Command` annotated class in which I specify 2 classes as subcommand (both are annotated with `@Command` and `@Subcommand`). Your wiki specifies the following: > The Spigot Spring...
I saw that you are using lombok in your source code. This causes issues while debugging, because the source code doesn't match up with the bytecode in the .class file....
Minor issue, but it does make it harder to find out if a new release is available.
Using `Bukkit.dispatchCommand(sender, cmd)` doesn't seem to work properly with picocli. The command is fired, because I don't get the text that I entered an unknown command, but the `run()` method...
**Description:** In the ingress there is no configurable variable set to specify the secretName property. This causes issues with TLS certificates. **Solution:** I suggest to make the following change: ```...
## The setting I have a setup that uses the same URL for normal requests and for HTMX requests. This works perfectly, since I can branch on the presence of...
### Idea From a comment on your Youtube video by Rik Schaaf (me) (https://www.youtube.com/watch?v=tb_70o6ohMA&lc=Ugzsfj_OUAK4s_IYaNZ4AaABAg): > What about extending the RSV format to support Base64 encoded binary data, by prefixing a...