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:41:08 +08:00
parent 2345f3567f
commit d131962956
5 changed files with 85 additions and 9 deletions
@@ -81,7 +81,7 @@ public class EasySQLBungee extends Plugin implements EasySQLPluginPlatform {
@Override
public @NotNull Map<String, Properties> readProperties() {
return PropertiesUtil.readDBProperties(new File(getDataFolder(), "properties"));
return PropertiesUtil.readDBProperties(new File(getDataFolder(), "db-properties"));
}