server-side-replay-recorder icon indicating copy to clipboard operation
server-side-replay-recorder copied to clipboard

How do you define Regions ?

Open Raymont99 opened this issue 1 year ago • 4 comments

Hey, First of all i wanna say a huge thanks for making this mod, been looking for a way to record longer replays server sided for some time now, since we do bigger projects on our server.

I am sorry if this a noob question, but i couldnt find any information on the wiki or online, but how do you define a region ?

Thank you in advance

Raymont99 avatar Jul 01 '23 10:07 Raymont99

yeah a sort of small wiki would be very nice, especially for "beginners"

Cyclopropinon avatar Jul 01 '23 12:07 Cyclopropinon

the command to start a region recording is: /replay region [region name] start [cornerx] [cornerz] [corner2x] [corner2z]

can also be interpeted as

/replay region [region name] start [col1] [col2]

the corners can be tab completed by looking at the corner blocks ( i copied the code from the forceload command )

well all commands have tab competition for easier compilation

REMEMBER: the coords in the command are block clumn coords but the mod internally will convert them to chunks and the status command will show chunk coords instead

PS: if you have to start a recording from the console wrap the command into: /execute in [dimension] run [replay command] as the command won't know the dimension to record from and will crash, while if executed by a player it will use the player dimension

have a nice recording :smile:

mattymatty97 avatar Jul 01 '23 19:07 mattymatty97

Will keep this open until a proper wiki with an in-depth overview of everything about the mod exists eventually.

thecolonel63 avatar Jul 01 '23 20:07 thecolonel63

Thank you so much for your quick response ! Works like a charm :)

Raymont99 avatar Jul 02 '23 19:07 Raymont99