Skip to content

Commit

Permalink
- New Config Option: claiming.new_town_bonus_claims
Browse files Browse the repository at this point in the history
    - Default: 0
    - An amount of additional townblocks that a town will receive when
it is first created, in addition to any amount given via the
town_block_ratio or town_levels.
    - As an example: This can be used to add 10 townblocks to a town
when it is made so the borders can be grown a bit more before the mayor
has to seek out residents.
  • Loading branch information
LlmDl committed Jan 16, 2024
1 parent a1043c7 commit 0aca4f1
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 @@ -9458,4 +9458,10 @@ v0.92.0.11:
- Refactor nation adding towns in the NationCommand class.
0.100.1.3:
- Refactor townAdd method to better handle adding and revoking invites.
- Fix not being able to add towns to nations when the residents-per-nation setting is 0.
- Fix not being able to add towns to nations when the residents-per-nation setting is 0.
- Add a configurable amount of bonus townblocks given to new towns.
- Closes #7195.
- New Config Option: claiming.new_town_bonus_claims
- Default: 0
- An amount of additional townblocks that a town will receive when it is first created, in addition to any amount given via the town_block_ratio or town_levels.
- As an example: This can be used to add 10 townblocks to a town when it is made so the borders can be grown a bit more before the mayor has to seek out residents.

0 comments on commit 0aca4f1

Please sign in to comment.