configs/MagicSpells.yml

MagicSpells.yml

Which is the configuration file you can use to set which MagicSpells spells have an effect on bosses and which spells don't

1
2
3
4
5
6
7
8
9
# If this is set to true, the other parts of the config file will be ignored
enable-all-spells: true
# If true, use a whitelist, if false, use a blacklist
use-whitelist: true
whitelist:
    - spell1
    - spell2
    - etc
blacklist:

Comments

Posts Quoted:
Reply
Clear All Quotes