Skip to content

Commit

Permalink
ver: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealAxis committed May 9, 2024
1 parent f6756f1 commit 33ec649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ ISeeYou can use the Replay API provided by the [Leaves](https://leavesmc.org/) c
deleteTmpFileOnLoad = true # Delete temporary files on load.
pauseInsteadOfStopRecordingOnPlayerQuit = false # Pause recording instead of stopping when player quits.
recordPath = "replay/player/${name}@${uuid}" # Recording storage path template, supports ${name} and ${uuid} variables.
asyncSave = false # Async save recording
bStats = true

[pauseRecordingOnHighSpeed]
enabled = false # Whether to enable pausing recording on high speed, which pauses recording when the player moves at high speeds.
Expand Down
2 changes: 2 additions & 0 deletions README_CN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ deleteTmpFileOnLoad = true # 加载时删除临时文件
pauseInsteadOfStopRecordingOnPlayerQuit = false # 玩家退出时暂停录制而非停止录制
# 录像保存路径模板,使用 ${name} 和 ${uuid} 变量来替换对应玩家名称和唯一标识符。
recordPath = "replay/player/${name}@${uuid}"
asyncSave = false # 是否启用异步保存
bStats = true # 是否启用bStats统计

# [pauseRecordingOnHighSpeed] 高速移动时暂停录制设置
[pauseRecordingOnHighSpeed]
Expand Down

0 comments on commit 33ec649

Please sign in to comment.