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>
|
||||
<groupId>me.clip</groupId>
|
||||
<artifactId>placeholderapi</artifactId>
|
||||
<version>2.10.9</version>
|
||||
<version>2.11.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -50,11 +50,9 @@ public class PAPIManager extends PlaceholderExpansion
|
||||
|
||||
switch (identifier.toLowerCase()) {
|
||||
case "main_pronoun":
|
||||
|
||||
break;
|
||||
return "1st";
|
||||
case "secondary_pronoun":
|
||||
|
||||
break;
|
||||
return "2nd";
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user