Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c3kay/no-kaboom

Disable explosions on Minecraft Spigot/Paper Servers.
https://github.com/c3kay/no-kaboom

minecraft minecraft-server spigot-plugin

Last synced: 7 days ago
JSON representation

Disable explosions on Minecraft Spigot/Paper Servers.

Awesome Lists containing this project

README

        

# "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

```shell
./gradlew build
```

The Jar is then available in `build/libs`. Using Gradle plugin [Spigradle](https://github.com/spigradle/spigradle).

### Debug

Starting a PaperMC server with the plugin installed:

```shell
./gradlew debugPaper
```

or use the generated IntelliJ run config `RunPaper` or `RunSpigot`.