Skip to content

Commit d9c2ca1

Browse files
authored
Fixed sepFieldLocations message (#27)
* Fixed sepFieldLocations message
1 parent 779206a commit d9c2ca1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.sacredlabyrinth.Phaed</groupId>
77
<artifactId>PreciousStones</artifactId>
8-
<version>1.15.2.4</version>
8+
<version>1.15.2.5</version>
99
<name>PreciousStones</name>
1010
<url>http://dev.bukkit.org/server-mods/preciousstones/</url>
1111

src/main/resources/language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ sepStoredTranslocations: "{white}Stored Translocations {dark-gray}--------------
288288
sepCounts: "{white}{1.field-type} Counts {dark-gray} ----------------------------------------------------------------------------------------"
289289
sepConfiguredFields: "{white}Configured Fields {dark-gray}----------------------------------------------------------------------------------------"
290290
sepFieldCounts: "{1.player}'s Field Counts {dark-gray} ----------------------------------------------------------------------------------------"
291-
sepFieldLocations: "{1.player}'s {world} Field Locations {dark-gray} ----------------------------------------------------------------------------------------"
291+
sepFieldLocations: "{1.player}'s {2.world} Field Locations {dark-gray} ----------------------------------------------------------------------------------------"
292292
sepMenu: "{1.plugin-name} {2.plugin-version} {dark-gray} ----------------------------------------------------------------------------------------"
293293
headerConfiguredFields: "{aqua}{1.field-type} {yellow}({white}{2.blockid}{yellow}){yellow}r:{white}{3.radius}"
294294
headerConfiguredFieldsHeight: "{yellow}h:{white}{1.height}"

0 commit comments

Comments
 (0)