修复了在spigot相关核心下无法连接papi的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 15m20s
All checks were successful
Java CI-CD with Maven / build (push) Successful in 15m20s
This commit is contained in:
parent
11856a29a6
commit
40e561bff1
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>cn.lunadeer</groupId>
|
||||
<artifactId>MiniPlayerTitle</artifactId>
|
||||
<version>4.7.0</version>
|
||||
<version>4.7.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MiniPlayerTitle</name>
|
||||
|
@ -52,6 +52,6 @@ public class Expansion extends PlaceholderExpansion {
|
||||
|
||||
@Override
|
||||
public @NotNull String getVersion() {
|
||||
return plugin.getPluginMeta().getVersion();
|
||||
return MiniPlayerTitle.instance.getDescription().getVersion();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user