Skip to content

Commit

Permalink
- Fix config comments for plugin.interfacing.web_map.url.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Feb 17, 2025
1 parent 6bec36d commit e87682b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Towny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.101.1.3</version>
<version>0.101.1.4</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ public enum ConfigNodes {
"https://example.com/map/?worldname={world}&mapname=flat&zoom=5&x={x}&y=64&z={z}",
"",
"# The url that players will be prompted to open when clicking on a coordinate in a status screen.",
"# Valid placeholders are {world}, {x}, and {y}, for the world name, x, and y coordinates respectively."
"# Valid placeholders are {world}, {x}, and {z}, for the world name, x, and z coordinates respectively."
),

PLUGIN_DAY_HEADER("plugin.day_timer", "", ""),
Expand Down
4 changes: 3 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10238,4 +10238,6 @@ v0.92.0.11:
- Add the ability to use k, m and b in various money commands in Towny.
- ex: /t deposit 1k, will deposit 1000 into the town bank.
- Closes #7759.
- Fix ArrayIndexOutOfBoundsException in /plot district add, courtesy of SulkyWhale with PR #7760.
- Fix ArrayIndexOutOfBoundsException in /plot district add, courtesy of SulkyWhale with PR #7760.
0.101.1.4:
- Fix config comments for plugin.interfacing.web_map.url.

0 comments on commit e87682b

Please sign in to comment.