MinecraftTAS / TASmod

Minecraft Tool-Assisted Speedrun (TAS) Tools with input playback
https://discord.gg/jGhNxpd
GNU General Public License v3.0
30 stars 5 forks source link

Ability to opt out of recording/playback #150

Open ScribbleTAS opened 1 year ago

ScribbleTAS commented 1 year ago

Commands like /play and /record are currently global. Every player on the server will start recording or playing back. This may not always desirable, maybe someone wants to spectate.

This is relatively easy to achieve by making a check in the packetlistener and a toggle. However, instead of making a new command like /toggleplayback, it may actually better to wait for a better UI before actually implementing this...