Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 860 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 860 Bytes

EDUtest chatcommands

The goal of the EDUtest project is to facilitate the usage of Minetest in an educational context.

This mod provides chatcommands for the educational staff.

setup

The commands expect the students to be marked with the "student" privilege, while the teacher(s) are marked with the "teacher" privilege.

A common way to set this up would be to add "student" to the default_privs server configuration option, and to revoke it manually from the teacher(s), while granting them the "teacher" privilege.

When doing so, be sure to keep other relevant default_privs entries. For example, for an otherwise standard minetest setup, default_privs should be set to "student, shout, interact".

In order to be able to revoke privileges from the teacher, the teacher may not be configured as the server owner ("name" setting in minetest.conf).