Update PapiExtension.java

This commit is contained in:
CloudlyBot | Argantiu 2023-05-14 08:59:03 +02:00 committed by GitHub
parent a730b6e74c
commit bff6a7fae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,17 +21,12 @@ public class PapiExtension extends PlaceholderExpansion {
private final WorldSystem worldSystem = WorldSystem.getInstance();
@Override
public @NotNull String getIdentifier() {
return "worldsystem";
public String getAuthor() {
return "Argantiu";
}
@Override
public @NotNull String getAuthor() {
return "Butzlabben";
}
@Override
public @NotNull String getVersion() {
public String getVersion() {
return worldSystem.getDescription().getVersion();
}