AnimalBombs
Plugin description
An extremely lightweight plugin that allows you to plant TNTs in animals, which explodes when they die. Can be used to enhance the survival experience, implemented in minigames or even simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.
Features
- Simple intuitive controls: right click an animal with TNT to prime it
- Optional permissions system
Commands
/abombsreload - Reloads the plugin's configuration files
Permissions
animalbombs.use - Lets the player prime an animal, given by default unless permissions are enabled in settings.yml
animalbombs.admin - Allows player to use all commands
Configuration
The config is split into settings.yml and messages.yml
settings.yml
Code (YAML):
# What a line in messages.yml will start with if you don't want to use messageformat
# For example "Plugin > some message" is the default message
# You can change it to "some message" if you replace the default with the following in messages.yml
# example: "--some message"
negateformat
:
"--"
# Set if players require permission "animalbombs.use" to prime animals
usepermissions
: false
# Sets if bombs set by offline players will detonate
# However, take note that if set to true, the explosion will not be attributed to the player
offlinebomb
: true
messages.yml
Code (YAML):
# The format that all messages will follow unless negated with prefix stated in settings.yml
messageformat
:
"&eAnimalBombs &8> &f{message}"
nopermissions
:
"You can't use that command!"
usage
:
"Usage: {usage}"
primed
:
"This animal is now a bomb!"
Support
If you found a bug or have a suggestion,
add a comment
Satisfied? Leave a review!