From 0d68a0ef98231e6b1dbc41d130cdf2dbf4d35839 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Fri, 27 Dec 2024 07:58:13 -0600 Subject: [PATCH] - Add config option for Closed Economy UUID, courtesy of turtledude01 with PR #7704. - New Config Option: economy.closed_economy.server_account_uuid - Default: a73f39b0-1b7c-2930-b4a3-ce101812d926 - The UUID of the account that all money that normally disappears goes into. - Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4. - Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4. - Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3. - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2. --- Towny/src/main/resources/ChangeLog.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Towny/src/main/resources/ChangeLog.txt b/Towny/src/main/resources/ChangeLog.txt index 646ac32f4d..780dd2a824 100644 --- a/Towny/src/main/resources/ChangeLog.txt +++ b/Towny/src/main/resources/ChangeLog.txt @@ -10178,4 +10178,12 @@ v0.92.0.11: - Closes #7699. - New Subcommand: /plot evict forsale - Cuases a newly evicted plot to be put back up for sale, using the town's default plot price. - - Closes #7713. \ No newline at end of file + - Closes #7713. + - Add config option for Closed Economy UUID, courtesy of turtledude01 with PR #7704. + - New Config Option: economy.closed_economy.server_account_uuid + - Default: a73f39b0-1b7c-2930-b4a3-ce101812d926 + - The UUID of the account that all money that normally disappears goes into. + - Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4. + - Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4. + - Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3. + - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2. \ No newline at end of file