Skip to content

Commit

Permalink
- Add TRIAL_SPAWNER to default list of reasons Towny won't remove
Browse files Browse the repository at this point in the history
mobs.
    - Works only on Paper servers.
    - This will prevent Towny from remove mobs spawned by Trial
Chambers, which resulted in unearned rewards.
    - Closes #7709.
  - New Config Migration: ",TRIAL_SPAWNER" will be added automatically
to existing configs' town_mob_removal_ignored_spawn_causes list.
  • Loading branch information
LlmDl committed Dec 29, 2024
1 parent 0be2b19 commit ba5cd6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10186,4 +10186,10 @@ v0.92.0.11:
- Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4.
- Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4.
- Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3.
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2.
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2.
0.101.0.5:
- Add TRIAL_SPAWNER to default list of reasons Towny won't remove mobs.
- Works only on Paper servers.
- This will prevent Towny from remove mobs spawned by Trial Chambers, which resulted in unearned rewards.
- Closes #7709.
- New Config Migration: ",TRIAL_SPAWNER" will be added automatically to existing configs' town_mob_removal_ignored_spawn_causes list.

0 comments on commit ba5cd6b

Please sign in to comment.