1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-04 16:43:03 +08:00

为指令添加颜色

This commit is contained in:
2022-02-23 03:09:01 +08:00
parent 96b71b1be6
commit 9948355dab
5 changed files with 17 additions and 16 deletions
@@ -61,7 +61,7 @@ public class EasySQLBukkit extends EasyPlugin implements EasySQLPluginPlatform {
@Override
public void outputInfo() {
Optional.ofNullable(ResourceReadUtil.readResource(this.getResource("info.txt"))).ifPresent(this::log);
Optional.ofNullable(ResourceReadUtil.readResource(this.getResource("PLUGIN_INFO"))).ifPresent(this::log);
}
public static EasySQLBukkit getInstance() {