We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672d7fe commit c01a201Copy full SHA for c01a201
src/App.vue
@@ -148,6 +148,14 @@ export default {
148
}
149
],
150
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
159
{
160
permission: 'bpe.warnlist.viewotherplayers',
161
note: 'Required to view warns of other Players'
0 commit comments