Skip to content

Commit c01a201

Browse files
committed
Add 2 more missing Permissions
1 parent 672d7fe commit c01a201

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/App.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@ export default {
148148
}
149149
],
150150
extra_permissions: [
151+
{
152+
permission: 'bpe.receivestaffchat',
153+
note: 'Required to receive staff chat'
154+
},
155+
{
156+
permission: 'bpe.reload',
157+
note: 'Required to reload Plugin via /essentials reload'
158+
},
151159
{
152160
permission: 'bpe.warnlist.viewotherplayers',
153161
note: 'Required to view warns of other Players'

0 commit comments

Comments
 (0)