MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.55k stars 68 forks source link

Make world send rate changable #138

Closed Paul1365972 closed 6 months ago

Paul1365972 commented 6 months ago

This PR add the /worldsendrate <hertz> (alias: /wsr) command to change the world send rate. The send rate should also be persistent, so I added it to the plot data struct and had to bump the plot file version from 0 to 1. Therefore we now have our first version based data fixer, hope I used the scaffolding as indented.