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:
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)
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
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)
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.11, 1.12
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.