forked from mtcontrib/factions
Add: container perm to moderator rank by def
This commit is contained in:
parent
6049fe0aef
commit
28feb2fe54
|
@ -33,7 +33,7 @@ util = {
|
||||||
|
|
||||||
starting_ranks = {["leader"] = {"build", "door", "container", "name", "description", "motd", "invite", "kick"
|
starting_ranks = {["leader"] = {"build", "door", "container", "name", "description", "motd", "invite", "kick"
|
||||||
, "player_title", "spawn", "with_draw", "territory", "claim", "access", "disband", "flags", "ranks", "promote"},
|
, "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"}
|
["member"] = {"build", "container", "door"}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user