Skip to content

A template for making a Paper Plugin using Kotlin with Gradle and the KSpigot library

License

Notifications You must be signed in to change notification settings

emmaboecker/paper-kotlin-example

Repository files navigation

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.

About

A template for making a Paper Plugin using Kotlin with Gradle and the KSpigot library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published