From 60d456900ddd485128b9d9fe041ddaf76f437564 Mon Sep 17 00:00:00 2001 From: Eric Stokes Date: Thu, 30 Jun 2011 18:41:08 -0600 Subject: [PATCH] This was missing from the last commit. --- src/defaults/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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