Skip to content

Commit

Permalink
修复同时死亡游戏不结束BUG
Browse files Browse the repository at this point in the history
更改房间游戏时刻为 tick
增加自定义头部显示
增加强行启动游戏指令
  • Loading branch information
Sobadfish committed Jan 15, 2024
1 parent 60dfa6e commit f3072ed
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,14 @@ public void save(){
for(FloatTextInfoConfig floatTextInfoConfig: floatTextInfoConfigs){
pos.add(floatTextInfoConfig.toConfig());
}
config.set("display-floatBlock",floatBlockConfig);
config.set("floatSpawnPos",pos);
config.save();
//写入注释...
File roomFile = new File(BedWarMain.getBedWarMain().getDataFolder()+"/rooms/"+getName()+"/room.yml");
Utils.addDescription(roomFile,BedWarMain.getLanguage().roomDescription,true);


}

@Override
Expand Down

0 comments on commit f3072ed

Please sign in to comment.