]> git.lizzy.rs Git - skycraft.git/commitdiff
Fixed Creative Rank
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 6 Jun 2020 14:31:30 +0000 (16:31 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 6 Jun 2020 14:31:30 +0000 (16:31 +0200)
ranks.lua

index 73cc15ecf985691a30d4bef7ef0a8102d580d579..5869edb598674d46dc805df4cb907c058104bf0b 100755 (executable)
--- a/ranks.lua
+++ b/ranks.lua
@@ -13,12 +13,12 @@ skycraft.ranks = {
                tag = "[MVP]",
        },
        creative = {
-               privs = {"creative", "fly", "fast"},
+               privs = {"give", "fly", "fast"},
                color = "#FF9C00",
                tag = "[Creative]",
        },
        mod = {
-               privs = {"kick", "ban", "noclip", "settime", "give", "teleport", "bring", "protection_bypass", "worldedit"},
+               privs = {"kick", "ban", "noclip", "settime", "teleport", "bring", "protection_bypass", "worldedit"},
                color = "#006BFF",
                tag = "[Mod]",
        },