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

having issues with the permissions. #87

Closed LynxLeader closed 4 years ago

LynxLeader commented 4 years ago

i have done the permissions exactly as said and its not recognising the permissions i have added. here is what i have put:

permissions: vip.rankA: 1 vip.rankB: 2 vip.rankC: 3

I have done this many times and there is still the same issues can u help me with this issue and could u maybe update your commands/permissions information so others don`t get confused please thanks.

Higgins4k commented 4 years ago

Had this issue aswell, Updated to PlayerVaultsX and used playervaults.amount.# instead.

So instead of those perms you'd do

playervaults.amount.1 playervaults.amount.2 playervaults.amount.3 (This one doesn't need 2 and 1 like previously)

LynxLeader commented 4 years ago

What do u mean playervaultsX isnt that a bukkit plugin?

Muqsit commented 4 years ago

Careful with indentation! This wont work:

permissions:
vip.rankA: 1
vip.rankB: 2
vip.rankC: 3

This should work:

permissions:
  vip.rankA: 1
  vip.rankB: 2
  vip.rankC: 3

Updated Precautions while configuring permission grouping