Spell Filter - MomoPewpew/MagicSpells GitHub Wiki
The Spell Filter is used to refer to a group of spells.
The reference of spell tags below refers to a general spell option tags which can be a list of strings (e.g. tags: ["Admin"]).
Config-based filter:
| Option | Description |
|---|---|
spells |
List of spells the filter will include, ignoring other spells. |
denied-spells |
List of spells not included in the filter. |
spell-tags |
List of spell tags the filter will include, ignoring other tags. |
denied-spell-tags |
List of spell tags not included. |
String-based filter:
Follows the format: "allowedSpell,!disallowedSpell,tag:allowedTag,!tag:disallowedTag"