YiC200333 / XConomy

An economy plugin that supports data synchronization between multiple servers
GNU General Public License v3.0
95 stars 33 forks source link

Balanace others permission problem #58

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello, im using luckperms and have default group, deny * So all permission should be set to false unless I set a specific permission to true.

Then i set the XConemy permission i wanted my players to be able to use. xconomy.user.pay.receive | true xconomy.user.pay | true xconomy.user.balancetop | true xconomy.user.balance | true

Now i thought the player can't use /balance But yes they can.

I had to set the permission "xconomy.user.balance.other" to false. Problem solved. Is this normal? On other plugins there is no such behavior atleast not at my knowledge

YiC200333 commented 2 years ago

Yes, it is normal. because 'xconomy.user.balance.other' is 'xconomy.user.balance' 's child permission. if you give player 'xconomy.user.balance' permision. it is including 'xconomy.user.balance.other'