Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/c3kay/no-kaboom
- Owner: c3kay
- License: mit
- Created: 2023-05-30T18:54:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-05T13:17:22.000Z (about 1 year ago)
- Last Synced: 2023-09-05T14:26:37.084Z (about 1 year ago)
- Topics: minecraft, minecraft-server, spigot-plugin
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.