diff --git a/src/defaults/config.yml b/src/defaults/config.yml index c0675258..45163455 100644 --- a/src/defaults/config.yml +++ b/src/defaults/config.yml @@ -27,4 +27,9 @@ worldnameprefix: true # people defined in ops.txt? Remember, if you use ops based permissions # the awesome Multiverse devs get to decide which commands require op! # (Which is why we highly recommend a permissions plugin! You shouldn't trust us this much...) -opfallback: true \ No newline at end of file +opfallback: true + + +# If you have a world(s) that has monsters = false, and you want to disable the built +# in autohealing, set this to true. This will have NO EFFECT if monsters = true for a given world. +disableautoheal: false \ No newline at end of file