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

https://github.com/programie/explosivemobs

A Minecraft Bukkit plugin which lets mobs explode once they die :bomb: :boom:
https://github.com/programie/explosivemobs

bukkit bukkit-plugin minecraft spigot spigot-plugin

Last synced: 24 days ago
JSON representation

A Minecraft Bukkit plugin which lets mobs explode once they die :bomb: :boom:

Awesome Lists containing this project

README

          

# ExplosiveMobs

A Minecraft Bukkit plugin which lets mobs explode once they die.

![](screenshot.png)

[![actions status](https://github.com/Programie/ExplosiveMobs/actions/workflows/build.yml/badge.svg)](https://github.com/Programie/ExplosiveMobs/actions/workflows/build.yml)
[![download from GitHub](https://img.shields.io/badge/download-Releases-blue?logo=github)](https://github.com/Programie/ExplosiveMobs/releases/latest)
[![download from Modrinth](https://img.shields.io/badge/download-Modrinth-blue?logo=modrinth)](https://modrinth.com/plugin/explosivemobs)
[![download from CurseForge](https://img.shields.io/badge/download-CurseForge-blue?logo=curseforge)](https://www.curseforge.com/minecraft/bukkit-plugins/explosivemobs)

You may also check out the project from the repository and build it yourself (See Build section bellow).

## Build

You can build the project in the following 2 steps:

* Check out the repository
* Build the jar file using maven: *mvn clean package*

**Note:** JDK 1.7 and Maven is required to build the project!

## Configuration

It is possible to configure the plugin to just have explosive mobs if they are spawned using the */spawnexplosivemob* command or simply every time a mob dies.

You can also define per mob configurations. For example you only want to have explosive sheep, but any other mob should just die without any explosion.

For more details, see [config.yml](src/main/resources/config.yml).

## Permissions

ExplosiveMobs knows the following permissions:

* explosivemobs.spawn - Allows the player to spawn an explosive mob
* explosivemobs.spawn.target - Allows the player to spawn an explosive mob in front of another player
* explosivemobs.* - Allow access to all features (Default: op)

## Commands

You can use the */spawnexplosivemob* command to spawn an explosive mob.

Just execute it without any arguments to see the command usage.

## My other plugins

You can find them on [my website](https://selfcoders.com/projects/minecraft-plugins).