diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 29655462..ea448ec4 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -1,6 +1,5 @@ # Don"t change this config-version: '${config_version}' - # Debug debug: false # BStats @@ -9,7 +8,6 @@ metrics: true update-checker: true # Force locale, for instance zh_cn force-locale: '' - # Mechanic settings mechanics: # Specifies the conditions required for the plugin mechanics to work. @@ -29,7 +27,6 @@ mechanics: auto-fishing-requirements: impossible_requirement: type: 'impossible' - # Configures global effects. This is useful if you want to give all the players certain effects based on certain conditions global-effects: effect_1: @@ -43,7 +40,6 @@ mechanics: effect_1: type: wait-time-multiplier value: 0.85 - # Configures global events for hook/bait/rod/loot # which would help you reduce duplicated lines global-events: @@ -145,14 +141,12 @@ mechanics: duration: 35 position: other item: water_effect - # Global properties which would help you reduce duplicated lines global-loot-property: show-in-fishfinder: true disable-stat: false disable-game: false instant-game: false - # Fishing bag is where players can store their baits, utils, hooks and rods (Loot optional) fishing-bag: enable: true @@ -398,7 +392,6 @@ mechanics: allow-same-type: false # Enable fake bait casting animation bait-animation: true - # Other settings other-settings: # It's recommended to use MiniMessage format. If you insist on using legacy color code "&", enable the support below.