/hardcore-plugin

Minecraft bukkit plugin for a hardcore minecraft experience where when one player dies, the world is deleted

Primary LanguageJava

Compiling

Place the spigot-api.jar file in the same folder as this project, then run the build.sh script

Auto-recompile on change

Requires inotify-tools

while inotifywait HardcorePlugin.java; do ./build.sh; done