修复了某些情况下无法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>
|
||||
<artifactId>MiniPlayerTitle</artifactId>
|
||||
<version>3.0.6</version>
|
||||
<version>3.0.7</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>MiniPlayerTitle</name>
|
||||
|
@ -27,7 +27,6 @@ public final class MiniPlayerTitle extends JavaPlugin {
|
||||
config.getDbUser(),
|
||||
config.getDbPass());
|
||||
DatabaseTables.migrate();
|
||||
|
||||
if (config.isExternalEco()) {
|
||||
XLogger.info("已启用外部经济插件");
|
||||
new VaultConnect(this);
|
||||
|
@ -5,6 +5,9 @@ api-version: '1.20'
|
||||
description: 称号插件。
|
||||
website: https://lunadeer.cn
|
||||
folia-supported: true
|
||||
load: STARTUP
|
||||
loadbefore:
|
||||
- Vault
|
||||
commands:
|
||||
MiniPlayerTitle:
|
||||
description: 称号插件命令
|
||||
|
Loading…
Reference in New Issue
Block a user