Skip to content

Commit

Permalink
add scattered shards permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
acikek committed Jan 13, 2024
1 parent e60224b commit 2ddf2a4
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions config/config/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"overrides": {
"permission_level": 4,
"permission_keys": {
"modfest.netadmin": "allow"
"modfest.netadmin": "allow",
"worldedit.*": "allow",
"scattered_shards.*": "allow"
},
"command_feedback": true,
"commands": {
Expand All @@ -17,7 +19,9 @@
"overrides": {
"permission_level": 3,
"permission_keys": {
"modfest.organizer": "allow"
"modfest.organizer": "allow",
"worldedit.*": "allow",
"scattered_shards.*": "allow"
},
"entity_selectors": true,
"commands": {
Expand All @@ -31,7 +35,11 @@
"permission_level": 2,
"permission_keys": {
"modfest.builder": "allow",
"worldedit.*": "allow"
"worldedit.*": "allow",
"scattered_shards.command.collect": "allow",
"scattered_shards.command.uncollect.*": "allow",
"scattered_shards.command.block": "allow",
"scattered_shards.modify_shard": "allow"
},
"command_feedback": true,
"entity_selectors": false,
Expand All @@ -53,7 +61,8 @@
"overrides": {
"permission_keys": {
"modfest.everyone": "allow",
"worldedit.*": "deny"
"worldedit.*": "deny",
"scattered_shards.*": "deny"
},
"commands": {
"help": "allow",
Expand Down

0 comments on commit 2ddf2a4

Please sign in to comment.