Muqsit / PlayerVaults

Per-player GUI-based vaults plugin for PocketMine-MP
https://poggit.pmmp.io/p/PlayerVaults
GNU Lesser General Public License v2.1
41 stars 33 forks source link

avoid user to open no belong to that user vaults #73

Closed BlueWhaleYT closed 5 years ago

BlueWhaleYT commented 5 years ago

How to avoid A user to open B user's vaults? thanks.

Muqsit commented 5 years ago

That's the default behaviour. The permission playervaults.others.view allows players to view other players' vaults.

BlueWhaleYT commented 5 years ago

How to delete this behaviour. I don't have add this permission into tje PurePerms. What If I added this permission to the rank (example:owner) The result is only Owner is able to open another user vaults.? thanks.