Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.11 KB

KSpigot Gradle Kotlin Template

This is a template for creating a Paper Plugin with KSpigot , Gradle Kotlin DSL and the Kotlin programming language.

How to use

  1. Click Use this template at the top.
  2. Clone the newly created Repository.
  3. Open the Project in IntelliJ.
  4. Change project name in settings.gradle.kts.
  5. Edit group-id and version in build.gradle.kts.
  6. Right-click on either org.example packages in the java or kotlin directory and select Refactor > Rename. When IntelliJ opens a popup called Rename Package Directories press All Directories. Now change the group- and package-id to your desired name.
  7. Now do the same to the Loader and Main class of the Project.
  8. Edit the paper-plugin.yml to your liking.

License

This template is licensed under the MIT License.