A beginner-friendly template for creating your first Minecraft plugin!
Commits
Author
Commit
Message
Date
Another little detail to help future me get back up to speed more quickly.
Fixes Intellisense in VS Code since the Gradle plugin runs the script from a different directory.
Renaming a plugin from a template typically takes lots of
painstaking, error prone work to rename files/classes/packages/etc.
This commit adds a gradle command called `renamePlugin` which will
handle all the heavy lifting for renaming everything for you!
Aiming to make it easier for myself and others to start creating
exciting new plugins for Minecraft!