mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-03 13:33:22 +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();
|
private final WorldSystem worldSystem = WorldSystem.getInstance();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public @NotNull String getIdentifier() {
|
public String getAuthor() {
|
||||||
return "worldsystem";
|
return "Argantiu";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public @NotNull String getAuthor() {
|
public String getVersion() {
|
||||||
return "Butzlabben";
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public @NotNull String getVersion() {
|
|
||||||
return worldSystem.getDescription().getVersion();
|
return worldSystem.getDescription().getVersion();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user