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.
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.