Go to file
Isidor Zeuner 0e0a1271df handle case where an area was not created 2020-03-30 22:58:25 +02:00
locale handle case where an area was not created 2020-03-30 22:58:25 +02:00
textures area highlighting tools 2017-10-14 00:14:48 +02:00
CREDITS.txt attribution 2017-12-09 18:56:59 +01:00
LICENSE.txt add licensing and overview 2017-06-16 09:14:41 +02:00
README.md documentation 2018-11-03 12:23:05 +01:00
depends.txt basic area introspection 2018-07-06 21:46:00 +02:00
init.lua handle case where an area was not created 2020-03-30 22:58:25 +02:00
intllib.lua upgrade intllib interface 2018-09-12 13:00:23 +02:00
mod.conf bulk selector 2017-06-12 09:46:07 +02:00

README.md

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