Plugin was
recoded and
optimized. Messages config now has two new options:
Code (Text):
# Placeholder for an active fear mechanics while using %fearfeeling_status%
fear-enabled-placeholder: "&eActive"
# Placeholder for a blocked fear mechanics while using %fearfeeling_status%
fear-disabled-placeholder: "&aBlocked"
Now you can add
placeholders (with PlaceholderAPI) about a fear status (enabled/disabled) to the custom menus (or other plugins using PAPI).
Added the
WorldGuard support:
Code (Text):
# If you want to enable the fear mechanics only in certain regions, enable this option and add regions, where the fear
# will be enabled
# Expample:
# world-guard-support:
# enabled: true
# fear-clear-on-region-leave: false
# fear-enabled-regions:
# - world:spawn
world-guard-support:
enabled: false
fear-clear-on-region-leave: false
fear-enabled-regions:
- worldname:regionname
Now you can make creepy-zones with this option. The fear will be active only in regions in this list (if
enabled set to
true).
In example: if you want fear enabled only in the region "creepyzone" in the world with name "world_nether" you can do this with this setting:
Code (Text):
world-guard-support:
enabled: true
fear-clear-on-region-leave: false
fear-enabled-regions:
- world_nether:creepyzone