Update PlaceholderAPI version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a3b4b9ca98
commit
b7becec073
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user