aboutsummaryrefslogtreecommitdiff
path: root/ranks.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ranks.lua')
-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]",
},