From a3fbb77bfc0490e8dfac39d0466ff9b87a14fec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Kosman?= Date: Fri, 23 Aug 2024 15:07:51 +0200 Subject: style: change default config mole_count --- src/main/java/world/anhgelus/molehunt/config/Config.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/main/java/world') diff --git a/src/main/java/world/anhgelus/molehunt/config/Config.java b/src/main/java/world/anhgelus/molehunt/config/Config.java index 519166d..75301ad 100644 --- a/src/main/java/world/anhgelus/molehunt/config/Config.java +++ b/src/main/java/world/anhgelus/molehunt/config/Config.java @@ -27,10 +27,11 @@ public class Config { # Default : 25 %. mole_percentage = 25 - # Mole count (absolute) - # If set, this setting will overwrite the mole_percentage setting. - # Default : not set - #mole_count = 2 + # Mole count (absolute). + # This setting will overwrite the mole_percentage setting. + # If set below 0, this setting is disabled. + # Default : -1. + mole_count = -1 """; } } -- cgit v1.2.3