HomeJavaModsADamageModifier
ADamageModifier
The lightweight plugin, which changes the damage caused to entities.
Works on bukkit 1.6.1-1.12.1


The damage caused to entity is calculated by simple formula:

damage * Damage type counter * Entity type Counter



Plugin supports all entity types and all damage types - if you have mod installed, plugin will recognise it.



Let's have a look at config:
Spoiler: config
Code (Text):

debug: false #show debug messanges?
types:
    damage: #here will be listed all DamageCauses available on the server (including ones from mods)
        FALL: #the damage cause
            enable: false #should plugin handle it?
            counter: 1.0 #if section above is enabled, the damage will be multiplied by this number (only for this damage type)
    entity: #here will be listed all Entity types available on the server (including ones from mods)
        PLAYER: #damaged entity
            enable: true #should plugin handle it?
            counter: 1.0 #if section above is enabled, the damage will be multiplied by this number (only for this entity type)


Of course, the generated config will be a lot bigger.

WARNING: All options are disabled by default.



Plugin can be reloaded using command /admgm reload (permission: admgm.reload)
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ADamageModifier is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.11, 1.12. Downloaded 139 times (via Spigot). Download it and open it directly in the game.

Explore more