ubc-minetest-classroom / minetest_classroom

Repo for Mintest Classroom game
GNU General Public License v3.0
10 stars 6 forks source link

Add chat message or hud indicated server restart is scheduled #219

Closed pauldpickell closed 1 year ago

pauldpickell commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, there is no feedback when a teacher clicks the Restart Server button on the server tab of the teacher controller. The function works, and the server restarts correctly, but there is no user feedback to indicate that this is initiated.

Describe the solution you'd like A HUD would be ideal with a countdown timer that is always visible to players in any classroom. Maybe indicate that the current state of the server will be maintained and everything will be automatically saved at time of restart.

Describe alternatives you've considered If it is just a chat message, it could get lost or players who join after the countdown is initiated will not see it.

pauldpickell commented 1 year ago

Fixed by #221