]> git.lizzy.rs Git - elidragon.git/commitdiff
Added support for spectator mods
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Jun 2020 09:24:21 +0000 (11:24 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Jun 2020 09:24:21 +0000 (11:24 +0200)
ranks.lua

index eae22678c02ec9f12d2fdd279a14a48fd97c0c3f..22147181f197c7b348963e3797a7f8c560ef0774 100755 (executable)
--- a/ranks.lua
+++ b/ranks.lua
@@ -13,19 +13,19 @@ elidragon.ranks = {
        },
        {
                name = "builder",
-               privs = {creative = true, worldedit = true, areas = true},
+               privs = {creative = true, areas = true},
                color = "#EE6E00",
                tag = "[BUILDER]",
        },
        {
                name = "helper",
-               privs = {kick = true, noclip = true, settime = true, give = true, teleport = true},
+               privs = {kick = true, noclip = true, settime = true, give = true, teleport = true, watch = true},
                color = "#EBEE00",
                tag = "[HELPER]",
        },
        {
                name = "moderator",
-               privs = {ban = true, bring = true, invhack = true, vanish = true, protection_bypass = true},
+               privs = {ban = true, bring = true, invhack = true, vanish = true, protection_bypass = true, worldedit = true},
                color = "#001FFF",
                tag = "[MODERATOR]",
        },