Mob Difficulty
This is my first published bukkit plugin.
Mob Difficulty is a simple plugin which allows you to configure the damage that hostile mobs do to a player. You can also prevent them from targeting and attacking you. Currently, there are no commands for this plugin.
I have returned and will continue on this project. Please bring back your ideas! :D
How to Install
1. Place jar in your plugins directory. 2. Run the server. 3. Change settings in config file: /plugins/MobDifficulty/config.yml 4. Enjoy!
Features
- Change the damage a hostile mob does to a player (Config)
- Prevent mobs targeting players and attacking them (Permissions)
Configuration
This is the config for Mob Difficulty:
untargeted-ops: true #Set whether OPS will be targeted by mobs or not. Blaze: #Every aggressive mob will be listed. allow: true #Allow them to be spawned into the world? health: 20.0 #Set their health. 20 health = 10 hearts. speedmultiplier: 1.0 # Set how fast they go, by multiplying their speed. Supports decimals! damage: 3.0 # Sets the amount of damage they do. 3 damage = 1 1/2 hearts. CaveSpider: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Creeper: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Enderman: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Ghast: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 MagmaCube: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 ZombiePigman: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Silverfish: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Skeleton: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Slime: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Spider: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Wolf: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0 Zombie: allow: true health: 20.0 speedmultiplier: 1.0 damage: 3.0
Support
All support questions, please post in the comments and I will try to answer as many of them as possible.
Donate
Support me and my plugins making by donating! Any amount will help!

To-Do
- See what other people suggest to add into the plugin

