Quick template to start writing a Paper/Spigot/BungeeCord/Velocity plugin in Kotlin/Java 17
- Replace
TemplatePluginandtemplatepluginthroughout the project, including folder names. Replaceorg.mythicmcif wanted as well. - Edit
build.gradle.ktsand resolve the comments starting withTODO. - If you're targeting only one platform (e.g. Paper, Velocity, etc), move the source code out of the
<platform>folder and editplugin.yml/bungee.ymlas needed. - Rename
TemplatePluginKtorTemplatePluginJavaclasses to the name of your plugin. - Edit
plugin.yml,bungee.ymland/or@Pluginannotation in Velocity and change them as needed (editing, adding, removing properties). - Last but not least, remove this Quick Start and change the top heading and description of this README!