Managing Entities
Short overview of the defences entities configuration.
Each defence allows you to configure which entities can be targeted by the defence.
See the below instructions on how to configure this aspect of defences.
Global Config
The global configuration for all defences is located in /plugins/SkyFactionsReborn/defences.yml
.
It allows you to configure several aspects of the defences.
The global
section will apply on top of the per-defence configs (found in each lang folder), unless override-global-config
is enabled.
To blacklist certain entities, you must add the entity into a new line (see https://jd.papermc.io/paper/1.21.1/org/bukkit/entity/EntityType.html).
Tip
SkyFactions hooks into multiple plugins to allow integrations into the features they provide.
See Integrations for more info.
Example Per-Defence Config
The entities section is very detailed and allows extensive customisation. To blacklist / whitelist certain entities, you must add the entity into a new line (see https://jd.papermc.io/paper/1.21.1/org/bukkit/entity/EntityType.html).