Skip to content

Configuration

Rhythmic (Illo) edited this page Sep 26, 2022 · 9 revisions

Defaults

Option Default
debug false
only-nerf-hostiles true
require-path false
require-line-of-sight false
allow=projectile-damage true
skeletons-can-damage-creepers true
withers-can-damage-entities true
modification-type EXP
max-distance 15
max-disallowed-damage-percent 75
bypass:
- SILVERFISH
whitelisted-spawn-types:
- CUSTOM
disallowed-damage-types:
- FALL
- FALLING_BLOCK
- LAVA
- DROWNING
blacklisted-below:
- MAGMA_BLOCK
- HONEY_BLOCK
- LAVA
blacklisted-in:
- LAVA
- BUBBLE_COLUMN
- HONEY_BLOCK

debug

It is reccomended to keep this off unless you are asked to turn it on for, well, debugging. It will majorly flood your console.

only-nerf-hostiles

This option controls whether you want the rules for damage to apply universally, or only to hostile mobs.

bypass

Here, you can put any mobs you would like to whitelist to bypass these rules. If you want endermen to still drop everything while all other hostile mobs are nerfed, this is the spot to list them. Use entities from This list

modification-type

Here, choose what type of modification to mob drops you would like. If you want to only cut out drops, but keep EXP, do DROPS, if you only want to cut out EXP, do EXP, and so on

require-path

This option controls whether a mob must have a valid way to get to a player or not. This prevents mobs in a 1x1 space from being counted as valid damage

require-line-of-sight

This requires a mob to be able to see a player in order to be counted as valid damage

allow-projectile-damage

This can be set to false to disable players from being able to use a bow as valid damage

skeletons-can-damage-creepers

This is an option to allow skeleton damage to creepers specifically, as this is required for discs in vanilla

withers-can-damage-entities

This is an option to allow withers to damage other mobs, as this is required for wither roses in vanilla

max-distance

This is the max distance allowed between the player and mob for damage to be counted as valid, only really applies when a bow is used

max-disallowed-damage-percent

Threashold of disallowed damage that can be done to a mob before it's marked to be nerfed

disallowed-damage-types

Specific, non-player caused, damage types that should be disallowed. Useful for preventing getting mobs to a super low level before fighting them. Damage causes can be found Here

whitelisted-spawn-types

Spawn reasons that should not be nerfed- useful if you have an arena-type plugin that you don't want this plugin to interfere with. Spawn reason types can be found here

blacklisted-below

Blocks that a mob should not be allowed to be standing on, while taking damage. Use material types from here

blacklisted-in

Blocks a mob should not be allowed to be inside of while taking damage. Use material types from here

Clone this wiki locally