Skip to content

A blank PaperMC plugin using Kotlin and Gradle

Notifications You must be signed in to change notification settings

trainb0y/paper-kotlin-template

Repository files navigation

PaperMC Kotlin Template

A blank PaperMC plugin set up to use gradle and the Kotlin programming language. I'm not sure this uses all best practices, this is mostly for personal use.

To use:

  • Update src/main/resources/plugin.yml to match your plugin's information
  • Rename net.example.templateplugin to your package name
  • Rename PaperKotlinTemplate to your plugin name, or at least something more reasonable.

To generate a plugin jar run the shadowJar gradle task, the output should be in build/libs/pluginname-all.jar

About

A blank PaperMC plugin using Kotlin and Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages