This repository was archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Alan Gomes edited this page May 21, 2019
·
3 revisions
A Spring boot starter for Bukkit/Spigot/PaperSpigot plugins
- Easy setup
- Full Picocli
@Commandsupport (thanks to picocli-spring-boot-starter) - Secure calls with
@Authorize - Automatic
Listenerregistration - Session system
- 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)
Click here to get started now or look in the sidebar for more information.
- Getting started
- Commands
- Utilities
- Context
- RxJava support
- Known issues
- Testing