A Spring boot starter for Bukkit/Spigot/PaperSpigot plugins
- Easy setup
- Full Picocli
@Command
support (thanks to picocli-spring-boot-starter) - Secure calls with
@Authorize
- Automatic
Listener
registration - Session system
- (Optional) Support for RxJava event listeners
- Designed for testability
- Full Spring's dependency injection support
- Easier Bukkit main thread synchronization via
@Synchronize
- Support Spring scheduler on the bukkit main thread (
@Scheduled
)
Check the wiki for usage instructions :)