Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
/ mcspring-boot Public archive

A Spring boot starter for Bukkit/Spigot/PaperSpigot plugins

License

Notifications You must be signed in to change notification settings

Alan-Gomes/mcspring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Spigot Starter

PRs Welcome Maven Central License Coverage Status GitHub Issues CircleCI Status

A Spring boot starter for Bukkit/Spigot/PaperSpigot plugins

Features

  • 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 :)