All Projects → DichuuCraft → SReplay

DichuuCraft / SReplay

Licence: other
Server-side recording mod for ReplayMod

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to SReplay

Quadz
An FPV drone simulator for Fabric
Stars: ✭ 16 (-63.64%)
Mutual labels:  minecraft-mod, minecraft-fabric-mod
serilum-mc-mods
A hub for source code, issues and content suggestions for Serilum's Minecraft mods on CurseForge.
Stars: ✭ 66 (+50%)
Mutual labels:  minecraft-mod, fabric-mod
Randomly-Adding-Anything
No description or website provided.
Stars: ✭ 42 (-4.55%)
Mutual labels:  minecraft-mod, minecraft-fabric-mod
pastelwonderland
A mod that uses pastel colors and feels to provide you with a beautiful, yet chaotic, dimension.
Stars: ✭ 17 (-61.36%)
Mutual labels:  minecraft-mod, fabric-mod
EssentialClient
EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features
Stars: ✭ 67 (+52.27%)
Mutual labels:  minecraft-mod, fabric-mod
ShoulderSurfing
Custom 3rd person perspective for Minecraft
Stars: ✭ 28 (-36.36%)
Mutual labels:  minecraft-mod, fabric-mod
Rayon
Rigid body simulation for Minecraft
Stars: ✭ 25 (-43.18%)
Mutual labels:  minecraft-mod, minecraft-fabric-mod
Vistas
A library and tool for creating and customizing main menu panoramas and music for mods and modpacks on the fabric platform.
Stars: ✭ 21 (-52.27%)
Mutual labels:  minecraft-mod, fabric-mod
chestcavity
Side effects may include shortness of breath, inhibited healing, inability to fight off infection, vulnerability to physical harm, weakness, loss of nutrition, difficulty walking or running, and sacrifice to Aztec gods .
Stars: ✭ 24 (-45.45%)
Mutual labels:  minecraft-mod, minecraft-fabric-mod
Rug
Extension Mod for gnembon's fabric-carpet with some more features
Stars: ✭ 20 (-54.55%)
Mutual labels:  minecraft-mod, fabric-mod
refinedstorage2
Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.
Stars: ✭ 35 (-20.45%)
Mutual labels:  minecraft-mod, fabric-mod
TabTPS
Minecraft server mod/plugin to monitor TPS, MSPT, and other information in the tab menu, boss bar, and action bar.
Stars: ✭ 151 (+243.18%)
Mutual labels:  minecraft-mod, fabric-mod
mouse-wheelie
"Small" Minecraft mod focusing on inventory utilities, like scrolling, sorting and auto refilling of items
Stars: ✭ 58 (+31.82%)
Mutual labels:  minecraft-mod, minecraft-fabric-mod
Minecraft-Transit-Railway
A Minecraft mod that allows you to build your own transport network with automated trains, boats, cable cars, and planes!
Stars: ✭ 190 (+331.82%)
Mutual labels:  minecraft-mod, minecraft-fabric-mod
Unicopia
The pony powers mod to power in your pony pony pony
Stars: ✭ 42 (-4.55%)
Mutual labels:  minecraft-mod, fabric-mod
kibe
A miscellaneous mod for Minecraft that adds a bunch of random, and mostly unoriginal things.
Stars: ✭ 42 (-4.55%)
Mutual labels:  minecraft-mod
ScreenshotToClipboard
Screenshots taken are copied to the clipboard.
Stars: ✭ 28 (-36.36%)
Mutual labels:  minecraft-mod
The-Undergarden
Repository for the Undergarden, a Minecraft dimension mod.
Stars: ✭ 83 (+88.64%)
Mutual labels:  minecraft-mod
MythicMetals
Fabric based Minecraft mod that adds new materials into the game. Includes new tools, ores, anvils, and sets of armor.
Stars: ✭ 35 (-20.45%)
Mutual labels:  minecraft-mod
Rats-Mischief
Rat's Mischief is a Minecraft mod that adds rats made by RAT and Arathain.
Stars: ✭ 31 (-29.55%)
Mutual labels:  minecraft-mod

SReplay

中文文档

Server-side recording mod for ReplayMod. It records the game using fake players so can be used on servers for 24/7 recording. It's also an alternative way to record single player world.

  • 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

Use /sreplay help to get general usage, and /sreplay help set <option name> to get help with the specified recording option.

Configuration

Cnofiguration file is config/sreplay.json, it will be created each time start the mod if not exist.

  • savePath Recording save path;
  • serverName Server name stored in Replay file;
  • sizeLimit Default recording size limit for each recording bot, in MB;
  • autoReconnect Default auto restart flag;
  • playerNamePattern Pattern that every bot name must match, attempting to spawn a bot with invalid name would result in an invalidName error. (Hint: change this to .* if you want any player name to be valid);
  • formats Message formats, each format entry is raw JSON text. See the configuration file for more detail.

Configurations for embeded http server

  • serverListenAddress Server listen address. 0.0.0.0 would be fine most of the time.
  • serverPort Server port.
  • serverHostName Server domain name in the downloading Links.
  • downloadTimeout Link expiring time out, in milliseconds.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].