Template to easily create Bukkit plugins for paper. It is pretty heavily inspired by Carbon's project layout. This template was made as a personal convenience; I don't have any interest in providing support for usage, but PR's are welcome. :)
This template uses (a fork of) checkstyle to ensure code style is consistent across the entire project.
For checkstyle support in IDEA:
- Install the checkstyle plugin.
- Compile https://gitlab.com/stellardrift/stylecheck
Settings
->Tools
->Checkstyle
Third-Party Checks
, add the compiled stylecheck jar- While still in the
Checkstyle
tab, go toConfiguration File
, add.checkstyle/checkstyle.xml
and tick the check-box.