mirror of
https://e.coding.net/circlecloud/MiaoChat.git
synced 2025-09-11 11:37:02 +00:00
@ -56,6 +56,7 @@ public class ChatConfig {
|
||||
}
|
||||
|
||||
public void reload() {
|
||||
format.reload();
|
||||
formats.clear();
|
||||
for (final String name : format.getKeys(false)) {
|
||||
formats.put(name, new ChatMessagePart(format.getConfigurationSection(name)));
|
||||
|
@ -1,5 +1,5 @@
|
||||
#配置文件版本号 请勿修改
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
|
||||
#格式列表
|
||||
Formats:
|
||||
|
Reference in New Issue
Block a user