senseiwells / ServerReplay

A completely server-side implementation of the replay mod, this mod allows you to record multiple players that are online on a server at a time, as well as any given chunk area. This will produce replay files which can then be used with the replay mod for rendering.
MIT License
86 stars 9 forks source link

Suggestion: Auto recording #53

Closed Tunga-Tech closed 2 weeks ago

Tunga-Tech commented 2 weeks ago

Hello, I was wondering if you could list player's names somewhere in the config and also be able to use a command so that it will auto start recording when they join. I would like this since that was the main reason I used this mod after this mod was discontinued.

senseiwells commented 2 weeks ago

Please read the README, everything you need is documented in there.

Tunga-Tech commented 2 weeks ago

Please read the README, everything you need is documented in there.

Also is this compatible with 1.21.1 because I keep getting this crash log:`Starting net.fabricmc.loader.impl.game.minecraft.BundlerClassPathCapture [14:52:09] [main/INFO]: Loading Minecraft 1.21.1 with Fabric Loader 0.16.2 [14:52:09] [ForkJoinPool-1-worker-3/WARN]: Mod lithostitched uses the version 1.2.5a which isn't compatible with Loader's extended semantic version format (Could not parse version number component '5a'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [14:52:09] [main/INFO]: Loading 230 mods:

senseiwells commented 2 weeks ago

This seems to be a compatibility issue with https://github.com/RelativityMC/C2ME-fabric, it seems they completely overwrite the chunk system. I will open a separate issue for this, but it's likely that I this will not be fixed anytime soon. If you remove C2ME the mod should work.