Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trainb0y/paper-kotlin-template
- Owner: trainb0y
- Created: 2022-04-29T23:29:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T20:11:06.000Z (over 2 years ago)
- Last Synced: 2024-12-15T21:12:11.791Z (8 days ago)
- Language: Kotlin
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`