Change Log 1.6.9.4
This update adds a feature requested by a user on Discord, and expands WorldGuard integration.
You can now specify in the config file if you want particular regions to always prevent new ailments or symptoms, regardless of which flag is on them.
To add this functionality, modify your config.yml file and add the following:
Code (YAML):
# List of WorldGuard region names where players cannot gain an ailment
prevent_ailment_worldguard_regions
:
- spawn
- region2
# List of WorldGuard region names where players will not experience symptoms
prevent_symptom_worldguard_regions
:
- spawn
- region 4
Obviously, modify the actual region names to suit your needs.