From eaee6de4d9be7a79680a8571e6352641da408e3e Mon Sep 17 00:00:00 2001 From: Llm Dl Date: Sun, 17 Oct 2021 08:51:12 -0500 Subject: [PATCH] - New API events courtesy of emanondev with PR #5363. (First-Time Contributor!) - API: BonusBlockPurchaseCostCalculationEvent - Used to modify what towns pay when using /t buy bonus. - API: TownBlockClaimCostCalculationEvent - Used to modify what towns pay when using /t claim. --- resources/ChangeLog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/ChangeLog.txt b/resources/ChangeLog.txt index dda7777fb5..ad10e15584 100644 --- a/resources/ChangeLog.txt +++ b/resources/ChangeLog.txt @@ -6844,4 +6844,9 @@ v0.92.0.11: - Fix name changes charging money for names which won't pass a later test. - Make nation's names behave according the Capitalize Names config setting which only affect towns. - Make towns set their world when it is null, when we set the homeblock. - - Fix support for Reserve and an NPE when trying to deposit money into a town bank. \ No newline at end of file + - Fix support for Reserve and an NPE when trying to deposit money into a town bank. + - New API events courtesy of emanondev with PR #5363. (First-Time Contributor!) + - API: BonusBlockPurchaseCostCalculationEvent + - Used to modify what towns pay when using /t buy bonus. + - API: TownBlockClaimCostCalculationEvent + - Used to modify what towns pay when using /t claim. \ No newline at end of file