Skip to content

Commit

Permalink
Update roles
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEpicBlock committed Feb 10, 2024
1 parent ccd8b76 commit dc6f248
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions config/config/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@
}
}
},
"builder": {
"fixer": {
"level": 10,
"overrides": {
"permission_level": 2,
"permission_keys": {
"modfest.builder": "allow",
"worldedit.*": "allow",
"scattered_shards.command.collect": "allow",
"scattered_shards.command.uncollect.*": "allow",
Expand All @@ -48,10 +47,6 @@
"commands": {
"gamemode.*": "allow",
"tp @[^e].*": "allow",
"fill.*": "allow",
"setblock.*": "allow",
"summon.*": "allow",
"rregion.*": "allow",
"anshar network list": "allow",
"timelock.*": "allow",
"flounderfest (start|stop)": "allow",
Expand All @@ -60,6 +55,20 @@
}
}
},
"builder": {
"level": 5,
"overrides": {
"permission_keys": {
"modfest.builder": "allow",
"scattered_shards.command.uncollect.*": "allow"
},
"command_feedback": true,
"entity_selectors": false,
"commands": {
"gamemode adventure": "allow"
}
}
},
"everyone": {
"overrides": {
"permission_keys": {
Expand Down

0 comments on commit dc6f248

Please sign in to comment.