Skip to content

Commit

Permalink
- Add MinJoinDays and MaxJoinDays to TownBlocks.
Browse files Browse the repository at this point in the history
    - A new system that allows mayors to reserve plots to only-new, or
only-established town residents.
    - This means that residents cannot use /plot claim on every plot
that is for sale, if min or max days are set.
    - This does not apply to embassy plots being bought by
non-town-residents.
    - When set, the min join days number will mean that a resident would
have to be a resident of the town for a minimum of X days.
    - When set, the max join days number will mean that a resident would
have to be a resident of the town for a maximum of X days.
    - When both set, the resident must be a town resident for a number
of days between the min and max amounts.
    - These values are showing on the /plot info screen, as well as in
the denial message seen when /plot claim fails
    - Closes #7164.
  - New Command: /plot set minjoindays {# | clear}
    - Sets the # of days, or removes the minjoindays amount when clear
is used.
    - Requires the towny.command.plot.asmayor permission node.
  - New Command: /plot set maxjoindays {# | clear}
    - Sets the # of days, or removes the maxjoindays amount when clear
is used.
    - Requires the towny.command.plot.asmayor permission node.
  • Loading branch information
LlmDl committed Mar 22, 2024
1 parent 6e68d37 commit 7c0d543
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9653,4 +9653,19 @@ v0.92.0.11:
- Default: false
- When true, a mayor or king will need the permission node in order to add colour codes to residents' titles and surtitles.
- Kings require towny.command.nation.set.title.colours, mayors require towny.command.town.set.title.colours.
- These nodes are not given out by the default townyperms.yml and must be added to the mayor and king section when this setting has been made true.
- These nodes are not given out by the default townyperms.yml and must be added to the mayor and king section when this setting has been made true.
- Add MinJoinDays and MaxJoinDays to TownBlocks.
- A new system that allows mayors to reserve plots to only-new, or only-established town residents.
- This means that residents cannot use /plot claim on every plot that is for sale, if min or max days are set.
- This does not apply to embassy plots being bought by non-town-residents.
- When set, the min join days number will mean that a resident would have to be a resident of the town for a minimum of X days.
- When set, the max join days number will mean that a resident would have to be a resident of the town for a maximum of X days.
- When both set, the resident must be a town resident for a number of days between the min and max amounts.
- These values are showing on the /plot info screen, as well as in the denial message seen when /plot claim fails
- Closes #7164.
- New Command: /plot set minjoindays {# | clear}
- Sets the # of days, or removes the minjoindays amount when clear is used.
- Requires the towny.command.plot.asmayor permission node.
- New Command: /plot set maxjoindays {# | clear}
- Sets the # of days, or removes the maxjoindays amount when clear is used.
- Requires the towny.command.plot.asmayor permission node.

0 comments on commit 7c0d543

Please sign in to comment.