From: Elias Fleckenstein Date: Fri, 23 Apr 2021 07:43:03 +0000 (+0200) Subject: Give teachers kick and signslib_edit privs X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=88b19301f95e3f9b469a9643917a1b5e9228e0c7;p=coronaserver.git Give teachers kick and signslib_edit privs --- diff --git a/ranks.lua b/ranks.lua index 04e7593..af43e37 100755 --- a/ranks.lua +++ b/ranks.lua @@ -39,13 +39,13 @@ coronaserver.ranks = { name = "teacher", color = "#16AE00", tag = "[LEHRER:IN / PÄDAGOG:IN]", - privs = {team = false, fly = true, teacher = true, creative = true, areas = true, basic_privs = true, teleport = true, bring = true, settime = true} + privs = {team = false, fly = true, teacher = true, creative = true, areas = true, basic_privs = true, teleport = true, bring = true, settime = true, kick = true, signslib_edit = true} }, { name = "supporter", color = "#EE6E00", tag = "[SUPPORTER:IN]", - privs = {kick = true, team = true}, + privs = {team = true}, }, { name = "moderator",