Skip to content

Commit

Permalink
Updated default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezl committed Aug 19, 2024
1 parent 0d5b175 commit c26328f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Damage Indicator:
# Disabled Entities: []
Disabled Entities:
- GHAST
- ZOMBIE
- IRON_GOLEM
# List of spawn reasons that we must listen and mark entities so they won't spawn
# damage indicators.
# See https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html
Expand Down Expand Up @@ -65,8 +63,9 @@ Blood:
# If you don't want to disable entities, remove elements from the list set it to
# Disabled Entities: []
Disabled Entities:
- ZOMBIE
- SKELETON
- IRON_GOLEM
- GHAST
# List of spawn reasons that we must listen and mark entities so they won't bleed.
# See https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html
# for all possible spawn reasons.
Expand Down

0 comments on commit c26328f

Please sign in to comment.