diff --git a/README.md b/README.md index 4742f4a..57c6e30 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,13 @@ Server-side recording mod for [ReplayMod](https://github.com/ReplayMod/ReplayMod * Display recorded time, recorded file size, etc. in tab list. * Can be set to pause automatically when no players are near by. * Allow players to download recording files via an embedded http server. +* Variable view distance, but not chunk loading distance. +* Lock day time or weather in recording. Tested in Minecraft 1.14.4, should also work in later versions with only trivial modifications on the code (minecraft version and yarn mapping version of fabric-loom). ## Use -* `/sreplay player spawn []` Spawn a recording bot and start recording. This is similiar to a client side player recording session. If no file name specified, file name will be based on current time and date. Player name must satisfies the regular expression`playerNamePattern` in the configuration; -* `/sreplay player kill` Kick a recording bot and save recording files (`.mcpr`); -* `/sreplay player tp` Teleport a bot to your position; -* `/sreplay player respawn []` Stop the current recording session of the specified bot, save recording file, and start a new recording session on the same bot; -* `/sreplay player set sizeLimit ` Set recording file size limit for the specified bot, in MB. Set to `-1` for unlimited size. -* `/sreplay player set timeLimit