This commit is contained in:
userA
2023-08-05 23:24:47 +08:00
parent a115f1632f
commit 9bd5db9486
5 changed files with 8 additions and 4 deletions

View File

@@ -29,7 +29,8 @@ public class ChopperBotConfigFile extends ConfigFile<Map<String, Object>> {
ConstPool.CREEPER, "./config/"+ConstPool.CREEPER,
ConstPool.SECTION_WORK, "./config/"+ConstPool.SECTION_WORK,
ConstPool.HOT, "./config/"+ConstPool.HOT,
ConstPool.PUBLISH, "./config/"+ConstPool.PUBLISH),
ConstPool.PUBLISH, "./config/"+ConstPool.PUBLISH,
ConstPool.LIVE_RECORD,"./config/"+ConstPool.LIVE_RECORD),
"pluginStart",Map.of()), FileType.CHOPPER_BOT);
}