diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-06 16:31:30 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-06 16:31:30 +0200 |
commit | ac34bc90627e152689701298334d0bd012292826 (patch) | |
tree | 487a367ae09af83f801407cd54404179d327594a | |
parent | f35d9aa926da4e9710377cfe663bdf3835f7ded5 (diff) | |
download | skycraft-ac34bc90627e152689701298334d0bd012292826.tar.xz |
Fixed Creative Rank
-rwxr-xr-x | ranks.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]", }, |