Skip to content

Commit

Permalink
Add missing placeholder to getPlaceholders
Browse files Browse the repository at this point in the history
  • Loading branch information
ggvbo authored Jun 21, 2022
1 parent 4564dab commit 386b40d
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 @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.gnosii</groupId>
<artifactId>wgte</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>WgTE</name>
<description>WorldGuard + Towny expansion for PlaceholderAPI</description>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/gnosii/wgte/WgTE.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public String getVersion() {
*/
@Override
public List<String> getPlaceholders() {
return Arrays.asList("can_pvp");
return Arrays.asList("can_pvp", "can_pvp_formatted");
}

/**
Expand Down

0 comments on commit 386b40d

Please sign in to comment.