修复了某些情况下无法hook到经济插件的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m7s
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m7s
This commit is contained in:
parent
eb1aee7949
commit
8280383e4b
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>cn.lunadeer</groupId>
|
<groupId>cn.lunadeer</groupId>
|
||||||
<artifactId>MiniPlayerTitle</artifactId>
|
<artifactId>MiniPlayerTitle</artifactId>
|
||||||
<version>3.0.6</version>
|
<version>3.0.7</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>MiniPlayerTitle</name>
|
<name>MiniPlayerTitle</name>
|
||||||
|
@ -27,7 +27,6 @@ public final class MiniPlayerTitle extends JavaPlugin {
|
|||||||
config.getDbUser(),
|
config.getDbUser(),
|
||||||
config.getDbPass());
|
config.getDbPass());
|
||||||
DatabaseTables.migrate();
|
DatabaseTables.migrate();
|
||||||
|
|
||||||
if (config.isExternalEco()) {
|
if (config.isExternalEco()) {
|
||||||
XLogger.info("已启用外部经济插件");
|
XLogger.info("已启用外部经济插件");
|
||||||
new VaultConnect(this);
|
new VaultConnect(this);
|
||||||
|
@ -5,6 +5,9 @@ api-version: '1.20'
|
|||||||
description: 称号插件。
|
description: 称号插件。
|
||||||
website: https://lunadeer.cn
|
website: https://lunadeer.cn
|
||||||
folia-supported: true
|
folia-supported: true
|
||||||
|
load: STARTUP
|
||||||
|
loadbefore:
|
||||||
|
- Vault
|
||||||
commands:
|
commands:
|
||||||
MiniPlayerTitle:
|
MiniPlayerTitle:
|
||||||
description: 称号插件命令
|
description: 称号插件命令
|
||||||
|
Loading…
Reference in New Issue
Block a user