Skip to content

Commit

Permalink
- Add equals and hashcodes overrides to Resident, Town, Nation &
Browse files Browse the repository at this point in the history
TownyWorld objects.
  - Prevent ruined towns from being bought, courtesy of Warrior with
PR #7073.
  - Add /res plotlist {name} Command.
    - A command which shows you the plots which are personally owned by
yourself, or by the resident with the given name.
    - Location, town, plottype and plot name are all shown.
    - When it is used by an Admin, they also gain the ability to click
on the list to teleport to the plots as long as they possess the
towny.command.townyadmin.tpplot permission node.
    - Closes #7075.
  - New Permission Node: towny.command.resident.plotlist
    - Child nodes of towny.commmand.resident.*
    - No changes required to be made to the townyperms.yml.
  - New Command: /res plotlist {#} - Shows a player their own list of
plots, with an optional page number.
  - New Command: /res plotlist [name] {#} - Shows a a list of plots for
the given player name, with an optional page number.
  - Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0.
  - Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1.
  - Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1.
  • Loading branch information
LlmDl committed Nov 13, 2023
1 parent eeb5901 commit a465f4c
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 @@ -9191,4 +9191,19 @@ v0.92.0.11:
- Refactor some TownCommand code to be simpler, more optimized, and reduce redundant code.
0.100.0.3:
- Fix TownyAddonCommandAPI's TownyAdmin Nation Tabcompleter not using the correct command type.
- Fix saving nations unnecessarily when a nation is renamed.
- Fix saving nations unnecessarily when a nation is renamed.
- Add equals and hashcodes overrides to Resident, Town, Nation & TownyWorld objects.
- Prevent ruined towns from being bought, courtesy of Warrior with PR #7073.
- Add /res plotlist {name} Command.
- A command which shows you the plots which are personally owned by yourself, or by the resident with the given name.
- Location, town, plottype and plot name are all shown.
- When it is used by an Admin, they also gain the ability to click on the list to teleport to the plots as long as they possess the towny.command.townyadmin.tpplot permission node.
- Closes #7075.
- New Permission Node: towny.command.resident.plotlist
- Child nodes of towny.commmand.resident.*
- No changes required to be made to the townyperms.yml.
- New Command: /res plotlist {#} - Shows a player their own list of plots, with an optional page number.
- New Command: /res plotlist [name] {#} - Shows a a list of plots for the given player name, with an optional page number.
- Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0.
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1.
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1.

0 comments on commit a465f4c

Please sign in to comment.