Closed markkrueg closed 8 years ago
Permissions for other has never worked. Not sure why. Like a player with creative mode can put others in creative mode even if they have the permission blocking then from doing that
It DOES work now. The correct setting for allowing /getpos for player but NOT for other is by only adding this permission node:
essentials.getpos.use
The permission node for other is:
essentials.getpos.other
If you have instead added the parent essentials.getpos permission node; then you cannot disable other.
So just ONLY add essentials.getpos.use
If I have permissions for a player set such that they have permission to getpos.use but not getpos.other, it works as intended, but when the player tries to getpos another player a blank line appears.
I believe it is intended to have a red permissions error message?
Example permission tree for allowing getpos, but not for other: