A simple example plugin for Sponge, demonstrating SpongeGradle.
- Create a new repository from this template
- Change the project name in
settings.gradle.kts
- Move the example plugin to a package in your own namespace
- Update project group, version, and plugin information in
build.gradle.kts
To build a plugin, simply run ./gradlew build
. While working on your plugin,
run ./gradlew runServer
to get a development server with your plugin installed!
Read more about Sponge plugin development at (docs not yet written)
Read more about Gradle from Gradle's documentation and tutorials
Feel free to come to the Sponge discord for help too!
Is there anything incorrect or confusing about this plugin template? Feel free to submit a PR with any corrections.
This plugin template is released under the terms of the Creative Commons CC0 license -- it is available without restriction.