aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-06-06 16:31:30 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-06-06 16:31:30 +0200
commitac34bc90627e152689701298334d0bd012292826 (patch)
tree487a367ae09af83f801407cd54404179d327594a
parentf35d9aa926da4e9710377cfe663bdf3835f7ded5 (diff)
downloadskycraft-ac34bc90627e152689701298334d0bd012292826.tar.xz
Fixed Creative Rank
-rwxr-xr-xranks.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranks.lua b/ranks.lua
index 73cc15e..5869edb 100755
--- 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]",
},