Automatically reload your plugin!
- Copy the jar file into
plugins
folder of your Minecraft server. - Restart your Minecraft server.
- Run
gradle jar -t
in your system terminal. - Run
/setdevpath <PluginPath>
in the game. - Modify the plugin code, then the plugin will be automatically reloaded.
git clone https://github.com/Apisium/HotReloader.git
cd HotReloader
gradlew jar
Shirasawa