Skip to content

Default Configuration File

Rhythmic (Illo) edited this page Oct 26, 2022 · 1 revision

If you need a reference for the exact default config for some reason, here it is, updated v0.2.0

#Nerf Farms Plugin
#This plugin is intended to allow server owners to have more control over what types of mob farms their players can use.
#For the purposes of this plugin, these rules will, by default, apply to mobs not killed by a player/player's pet.
#(Fall damage, crushing, drowning)
#Additional config options are listed below.
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#Support:
#Plugin wiki: https://github.com/ADHDMC/NerfFarms/wiki
#Plugin Discord: https://discord.gg/qe3YQrbegA
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
#References:
#Entities: https://jd.papermc.io/paper/1.19/org/bukkit/entity/package-summary.html
#Materials/Blocks: https://jd.papermc.io/paper/1.19/org/bukkit/Material.html
#Spawn Reasons: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html
#Damage Types: https://purpurmc.org/javadoc/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html

#only change this if asked
debug: 0

require-path: true

require-line-of-sight: true

only-nerf-hostiles: true

allow-projectile-damage: true

skeletons-can-damage-creepers: true

withers-can-damage-entities: true

#[DROPS|EXP|BOTH|NEITHER]

modification-type: "BOTH"

max-distance: 15

max-blacklisted-damage-percent: 75

whitelisted-mobs:
#- SILVERFISH

blacklisted-mobs:
#- ZOMBIE

blacklisted-damage-types:
- BLOCK_EXPLOSION
- CONTACT
- CRAMMING
- DRAGON_BREATH
- DROWNING
- DRYOUT
- FALL
- FALLING_BLOCK
- FIRE
- FIRE_TICK
- FREEZE
- HOT_FLOOR
- LAVA
- LIGHTNING
- SUFFOCATION
- SUICIDE

whitelisted-spawn-reasons:
- CUSTOM

blacklisted-spawn-reasons:
#- SPAWNER

blacklisted-below:
- MAGMA_BLOCK
- HONEY_BLOCK
- LAVA

blacklisted-in:
- LAVA
- BUBBLE_COLUMN
- HONEY_BLOCK

Clone this wiki locally