Best purpur plugin template for me.
※All of settings are tuned for me, probably you unfamiliar write codes at this template.
※Project name supports camel case only.
- Change project name
- Set minecraft version in
gradle.properties
- Run gradle task
setup
- You are the godly plugin developer
You can format codes to very handsome using ktlint.
- Configure rules in
build.gradle.kts#ktlint
- Run gradle task
ktlintFormat
You can test plugin in paper with gradle.
Server data folder generated in run/
.
- Run gradle task
runServer
If you write library using this.
Do generateActionsFile
to generate .yml of github actions automatically.