YiC200333 / XConomy

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

Players with xconomy.user.balance can access other players balance #21

Closed galexrt closed 3 years ago

galexrt commented 3 years ago

Is there a way to prevent players from accessing other players balance?

My players only have the xconomy.user.balance but can access other players balances.

From the Permissions list this seems as intended, but what does the xconomy.user.balance.other permission then?

xconomy.user.balance - Allows player to look up the balance of yourself and others xconomy.user.balance.other - Allows player to look up the balance of others

YiC200333 commented 3 years ago

If you want to prevent players from accessing other players balance, just remove xconomy.user.balance.other permission eg: GroupManager insert - -xconomy.user.balance.other in the related group or user

galexrt commented 3 years ago

Thanks that fixed it!