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