Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trainb0y/paper-kotlin-template

A blank PaperMC plugin using Kotlin and Gradle
https://github.com/trainb0y/paper-kotlin-template

Last synced: 2 days ago
JSON representation

A blank PaperMC plugin using Kotlin and Gradle

Awesome Lists containing this project

README

        

# 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`