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:
- Host: GitHub
- URL: https://github.com/programie/explosivemobs
- Owner: Programie
- License: mit
- Created: 2013-09-02T22:21:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T18:19:50.000Z (over 2 years ago)
- Last Synced: 2026-03-06T10:15:21.923Z (3 months ago)
- Topics: bukkit, bukkit-plugin, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 882 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ExplosiveMobs
A Minecraft Bukkit plugin which lets mobs explode once they die.

[](https://github.com/Programie/ExplosiveMobs/actions/workflows/build.yml)
[](https://github.com/Programie/ExplosiveMobs/releases/latest)
[](https://modrinth.com/plugin/explosivemobs)
[](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).