Currently, there are inconsistencies between the README.md, plugin.yml and the actual permission checks. For instance, the permission nodes for /ushop are:
ushop.use in README.md [1]
unitedshops.useshop in plugin.yml [2]
unitedshops.useshop in the actual permission check [3]
Currently, there are inconsistencies between the README.md, plugin.yml and the actual permission checks. For instance, the permission nodes for
/ushop
are:ushop.use
in README.md [1]unitedshops.useshop
in plugin.yml [2]unitedshops.useshop
in the actual permission check [3]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