ubc-minetest-classroom / minetest_classroom

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

Pre-loaded coordinates in the student notebook #184

Open pauldpickell opened 1 year ago

pauldpickell commented 1 year ago

Current student notebook implementation includes coordinates that a player can record that is stored in player metadata. It would be helpful to allow a teacher to store coordinates that are realm-specific that would be automatically populated in the student view when they join the realm.

For example, I might want players who join a realm to be able to automatically teleport to specific locations in the realm, so I would record these locations from the teacher controller, they would be sent to mod storage and associated with the realm ID, then any player who joins that realm ID would automatically have these locations in their coordinates list. Deleting these coordinates should be disallowed.