drtshock / PlayerVaults

Player vaults for player players.
GNU General Public License v3.0
89 stars 123 forks source link

playervaults.commands.use is useless? #363

Closed andrewkm closed 5 years ago

andrewkm commented 6 years ago

In your playervaultsx plugin.yml you got:

playervaults.commands.use:
    description: Open own vault with command.
    default: true

But I notice that permission is not required for players to use vaults if they just have playervaults.amount.

Is this Intended?

(Meaning if specifically set to default: false, or permissions plugin is in this case ignoring bukkit defaults, the above permissions is still useless)

Example: A user can have playervaults.commands.use: false and playervaults.amount.1: true, and they can do /pv 1 and use the vault perfectly fine.

andrewkm commented 6 years ago

@drtshock Wondering if you can take a peak at this and let me know.

drtshock commented 5 years ago

You're correct.