dniym / IllegalStack

A spigot based plugin dedicated to fixing glitches and exploits that have made it into final Minecraft releases.
GNU General Public License v3.0
147 stars 36 forks source link

Fix compiling the plugin #168

Closed NotMyFault closed 1 year ago

NotMyFault commented 1 year ago

Hey @dniym,

Thanks for reaching out to me. I've proposed a pull request to fix compiling the plugin. Additionally, I have setup GitHub actions building every pull request and commit to ensure no bad changes are merged anymore.

If you want to change the version of plugin, simple modify the version number in build.gradle.kts, followed by running ./gradlew clean build.