mcspring-boot icon indicating copy to clipboard operation
mcspring-boot copied to clipboard

A Spring boot starter for Bukkit/Spigot/PaperSpigot plugins

Results 16 mcspring-boot issues
Sort by recently updated
recently updated
newest added

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...