Hey! This update adds possibility to disable the effect in some biomes.
Thanks to
@MG141 for suggesting this feature!
There are some new lines in configuration. They will be added automatically, but without comments. If you want to keep your config files commented, add them manually before updating.
Update steps:
- Replace the old jar with new one
- (optional) Add new config lines.
- Restart the server
New config lines:
- config.yml
Code (YAML):
# You can use biome filter to enable the effect only in certain biomes
# Available types:
# :: BLACKLIST (the effect will not appear in biomes that are listed bellow)
# :: WHITELIST (the effect will appear only in biomes that are listed)
# You can find list of all possible biomes on the plugin's main page (http://foxsnow.fox-code.eu)
biome-filter:
enabled
: false
type
: BLACKLIST
biomes
:
- BLOCKED_BIOME_ONE
- ANOTHER_BLOCKED_BIOME
- messages.yml - under debug messages
Code (Text):
invalid-biome: "&7The effect is &cblocked in this biome&7. Check your config.yml."