Ops do not get access to all commands by default when permissions are enabled.
John-Paul-R opened this issue ยท 2 comments
This bug was almost certainly introduced in by this change in e7d3ba8.
Intended functionality: Within the context of essentialcommands, having OP (permissionLevel == 4 ) should grant you access to all commands (but not necessarily all bypasses).
Essentially, an op's effective permissions should be, at base, essentialcommands.*
, but excluding essentialcommands.bypass.*
.
Should be fixed by 4b0559b.