You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...The text was updated successfully, but these errors were encountered: