Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 959 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 959 Bytes

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 your version.
  3. Open the Project in IntelliJ.
  4. Make sure your project and gradle sdk match the javaVersion
  5. Change project name in settings.gradle.kts.
  6. Change group and version in build.gradle.kts.
  7. The plugin.yml is generated by the bukkit task in the build.gradle.kts. Adjust it to your needs

License

This template is licensed under the MIT License.

Copyright (c) 2022 StckOverflw