/no-kaboom

Disable explosions on Minecraft Spigot/Paper Servers.

Primary LanguageJavaMIT LicenseMIT

"NoKaboom" MC Spigot/Paper Plugin

Disable explosions in Minecraft without using gamerules.

Features

The following Explosions can be disabled via a config:

  • Creeper
  • Fireballs of Ghasts
  • Wither Projectiles
  • TNT* (including Minecart TNT)
  • Endercrystals*

(*) Explosions enabled by default.

Contribute

Build

./gradlew build

The Jar is then available in build/libs. Using Gradle plugin Spigradle.

Debug

Starting a PaperMC server with the plugin installed:

./gradlew debugPaper

or use the generated IntelliJ run config RunPaper or RunSpigot.