This is a template for creating a Paper Plugin with KSpigot , Gradle Kotlin DSL and the Kotlin programming language.
- Click Use this template at the top.
- Clone the newly created Repository.
- Open the Project in IntelliJ.
- Change project name in settings.gradle.kts.
- Edit group-id and version in build.gradle.kts.
- Right-click on either
org.example
packages in thejava
orkotlin
directory and select Refactor > Rename. When IntelliJ opens a popup calledRename Package Directories
press All Directories. Now change the group- and package-id to your desired name. - Now do the same to the Loader and Main class of the Project.
- Edit the paper-plugin.yml to your liking.
This template is licensed under the MIT License.