NexAdn / UnitedShops

Bukkit Admin Shop plugin
GNU General Public License v3.0
3 stars 2 forks source link

Refactor permission nodes due to inconsistencies #17

Closed NexAdn closed 6 years ago

NexAdn commented 6 years ago

Currently, there are inconsistencies between the README.md, plugin.yml and the actual permission checks. For instance, the permission nodes for /ushop are:

Such inconsistencies need to be removed.

[1] https://github.com/NexAdn/unitedshops/blob/46d1c0c2d0d7a15459f438fb031faeadd9662805/README.md

[2] https://github.com/NexAdn/unitedshops/blob/46d1c0c2d0d7a15459f438fb031faeadd9662805/src/main/resources/plugin.yml#L9

[3] https://github.com/NexAdn/unitedshops/blob/46d1c0c2d0d7a15459f438fb031faeadd9662805/src/main/java/io/github/nexadn/unitedshops/command/ShopGUIHandler.java#L24