Add: container perm to moderator rank by def

This commit is contained in:
Coder12a 2019-03-18 12:17:37 -05:00
parent 6049fe0aef
commit 28feb2fe54
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ util = {
starting_ranks = {["leader"] = {"build", "door", "container", "name", "description", "motd", "invite", "kick"
, "player_title", "spawn", "with_draw", "territory", "claim", "access", "disband", "flags", "ranks", "promote"},
["moderator"] = {"claim", "door", "build", "spawn", "invite", "kick", "promote"},
["moderator"] = {"claim", "door", "build", "spawn", "invite", "kick", "promote", "container"},
["member"] = {"build", "container", "door"}
}