Update PlaceholderAPI version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-10-22 00:41:19 +02:00
parent a3b4b9ca98
commit b7becec073
2 changed files with 3 additions and 5 deletions

View File

@ -37,7 +37,7 @@
<dependency> <dependency>
<groupId>me.clip</groupId> <groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId> <artifactId>placeholderapi</artifactId>
<version>2.10.9</version> <version>2.11.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@ -50,11 +50,9 @@ public class PAPIManager extends PlaceholderExpansion
switch (identifier.toLowerCase()) { switch (identifier.toLowerCase()) {
case "main_pronoun": case "main_pronoun":
return "1st";
break;
case "secondary_pronoun": case "secondary_pronoun":
return "2nd";
break;
} }
return null; return null;