mirror of
https://github.com/CarmJos/cn2b2t-project.git
synced 2026-06-04 08:48:16 +08:00
修复积分板问题
This commit is contained in:
@@ -156,7 +156,7 @@ public class ScoreboardListener implements Listener {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 13: {
|
case 13: {
|
||||||
sm.setLine(12, "§6CN2b2t.org");
|
sm.setLine(12, "§ecn2b2t.org");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ public class Main extends JavaPlugin {
|
|||||||
Main.instance = this;
|
Main.instance = this;
|
||||||
pluginManager = Bukkit.getPluginManager();
|
pluginManager = Bukkit.getPluginManager();
|
||||||
|
|
||||||
log("&c&lGhost " + this.getName().substring(5) + " &7开始加载...");
|
log("&c&lcn2b2t " + this.getName().substring(5) + " &7开始加载...");
|
||||||
|
|
||||||
log("&7├ &f加载配置文件管理器...");
|
log("&7├ &f加载配置文件管理器...");
|
||||||
ConfigManager.loadConfig();
|
ConfigManager.loadConfig();
|
||||||
|
|||||||
Reference in New Issue
Block a user