add admin command

This commit is contained in:
2025-05-08 12:15:29 -07:00
parent bef6a4d944
commit 9dabc86d48
5 changed files with 101 additions and 15 deletions

View File

@ -16,7 +16,7 @@ public class PronounsPlaceholder extends PlaceholderExpansion {
@Override
public @NotNull String getIdentifier() {
return "pronounsplugin";
return "PronounsPlaceholder";
}
@Override