Skip to content

Commit

Permalink
Fixed sepFieldLocations message (#27)
Browse files Browse the repository at this point in the history
* Fixed sepFieldLocations message
  • Loading branch information
xtomyserrax authored Jun 19, 2020
1 parent 779206a commit d9c2ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.sacredlabyrinth.Phaed</groupId>
<artifactId>PreciousStones</artifactId>
<version>1.15.2.4</version>
<version>1.15.2.5</version>
<name>PreciousStones</name>
<url>http://dev.bukkit.org/server-mods/preciousstones/</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ sepStoredTranslocations: "{white}Stored Translocations {dark-gray}--------------
sepCounts: "{white}{1.field-type} Counts {dark-gray} ----------------------------------------------------------------------------------------"
sepConfiguredFields: "{white}Configured Fields {dark-gray}----------------------------------------------------------------------------------------"
sepFieldCounts: "{1.player}'s Field Counts {dark-gray} ----------------------------------------------------------------------------------------"
sepFieldLocations: "{1.player}'s {world} Field Locations {dark-gray} ----------------------------------------------------------------------------------------"
sepFieldLocations: "{1.player}'s {2.world} Field Locations {dark-gray} ----------------------------------------------------------------------------------------"
sepMenu: "{1.plugin-name} {2.plugin-version} {dark-gray} ----------------------------------------------------------------------------------------"
headerConfiguredFields: "{aqua}{1.field-type} {yellow}({white}{2.blockid}{yellow}){yellow}r:{white}{3.radius}"
headerConfiguredFieldsHeight: "{yellow}h:{white}{1.height}"
Expand Down

0 comments on commit d9c2ca1

Please sign in to comment.