#What is the correct format to exclude damage types from the defense skill?

1 messages · Page 1 of 1 (latest)

dark dove
#

I have been trying to disable defense xp from magma_cube and slime with the info from the wiki
but any config format I attempt doesn't apply with just a /skills reloadcommand
If an example of the config could be provided that would be very helpfulcheeks

sage ferry
#

this is in sources/defense.yml

dark dove
#

Does it require a server restart? since i did this and it still gives xp after reloading the plugin

sources:
  mob_damage:
    damager: mob
    xp: 1
    menu_item:
      material: zombie_head
    unit: '{sources.units.damage}'
    include_projectiles: true
    excluded_damagers: [slime, magma_cube]```
sage ferry
#

It shouldn't, are you using 2.2.3 (latest version)?