mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Update PapiExtension.java
This commit is contained in:
parent
a730b6e74c
commit
bff6a7fae9
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user