0.95.1.7 for 1.14
Pre-release
Pre-release
- API: TownPreAddResidentEvent & NationPreAddTownEvent, courtesy of Siris with PR #3507
- Can be used by other plugins to cancel residents/towns from joining towns/nations.
- Works for /t join and /n join as well as /t add and /n add commands.
- REQUIRED TOWNYPERMS.YML CHANGE: add towny.command.nation.leave to the mayor group.
- Closes ticket #3511
- Language files bumped to 0.64.
- Fix lack of feedback when adding a nation enemy that doesn't exist.
- Closes ticket #3512
- API: New events courtesy of Siris with PR #3510
- TownyTransactionEvent: Monitor all economy transactions.
- TownyPreTransactionEvent : Cancellable event on all economy transactions.
- NationTransactionEvent: Monitor all nation deposits/withdrawls.
- NationPreTransactionEvent: Cancellable event on all nation deposits/withdrawls.
- TownTransactionEvent: Monitor all town deposits/withdrawls.
- TownPreTransactionEvent: Cancellable event on all town deposits/withdrawls.
- PlotPreClearEvent: Cancellable event used to stop clearing of a plot.
- PreDeleteTownEvent: Cancellable event used to stop a town from being deleted.
- PreDeleteNationEvent: Cancellable event used to stop a nation from being deleted.
- Closes ticket #3322
- Made it so that towns cannot unclaim their homeblocks, they must move them to another townblock first.
- /t unclaim all still allows a town to fully-unclaim, but the first townblock they claim will become the homeblock.
- Fixed an NPE on the townscreen for towns which have no homeblock.
- korean.yml updated by wolfwork with PR #3513