Skip to content

Commit

Permalink
- Make it possible for ruined towns to slowly open up their plot
Browse files Browse the repository at this point in the history
permissions.
    - Closes #7275.
  - New Config Option:
town_ruining.town_ruins.do_plots_permissions_change_to_allow_all
    - Default: false
    - If this is true, when a town becomes a ruin, every hour more and
more of their plots will have their permissions turned to allow
      build, destroy, switch, itemuse to on. This will affect the newest
claims first and progress until the first claims made are opened up
      right before the max_duration_hours have passed. When a town has
more claims than max_duration_hours, multiple plots will be opened up
      each hour, ie: 500 claims and 72 max hours = 7 claims per hour.
    - If a Town has less claims than max_duration hours, those claims'
permissions are opened up much more slowly with hours passing between
      plots opening up, ie: 36 claims and 72 max hours = 1 claim every 2
hours.
    - This system is meant to give players across many time zones the
chance to loot a town when it falls into ruin.
  • Loading branch information
LlmDl committed Mar 12, 2024
1 parent 1b468ab commit d8c611d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9606,6 +9606,17 @@ v0.92.0.11:
- New Config Option: filters_colour_chat.papi_relational_formatting.conquered_town
- Default: &e
- Used when the player is a member of one of your nation's conquered towns.
- Make it possible for ruined towns to slowly open up their plot permissions.
- Closes #7275.
- New Config Option: town_ruining.town_ruins.do_plots_permissions_change_to_allow_all
- Default: false
- If this is true, when a town becomes a ruin, every hour more and more of their plots will have their permissions turned to allow
build, destroy, switch, itemuse to on. This will affect the newest claims first and progress until the first claims made are opened up
right before the max_duration_hours have passed. When a town has more claims than max_duration_hours, multiple plots will be opened up
each hour, ie: 500 claims and 72 max hours = 7 claims per hour.
- If a Town has less claims than max_duration hours, those claims' permissions are opened up much more slowly with hours passing between
plots opening up, ie: 36 claims and 72 max hours = 1 claim every 2 hours.
- This system is meant to give players across many time zones the chance to loot a town when it falls into ruin.
- Bump net.kyori:adventure-text-minimessage from 4.15.0 to 4.16.0.
- Bump net.kyori:adventure-text-serializer-plain from 4.15.0 to 4.16.0.
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2.
Expand Down

0 comments on commit d8c611d

Please sign in to comment.