This is a template for creating PaperMC plugins using the Winter Framework.
- Main Class:
me.mapacheee.template.TemplatePlugin - Services:
me.mapacheee.template.service(Business logic, config access) - Commands:
me.mapacheee.template.command(Incendo Cloud commands) - Listeners:
me.mapacheee.template.listener(Bukkit listeners)
- Update Dependencies: Check
build.gradle.ktsand update plugin name. - Rename Package: Refactor the
me.mapacheee.templatepackage to your desired package name. - Update plugin.yml: Edit
src/main/resources/paper-plugin.ymlwith your plugin name and description.
Run ./gradlew clean shadowJar to build the plugin.