We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at the pull request that added permissions (https://github.com/FancyMcPlugins/FancyHolograms/pull/153/files#diff-0161952286190f22403af679011845803e6ab28024a5d89dd1782619bcff383eR22), I noticed one of the edit line permissions seems inconsistent with the rest.
For the "addline" and "removeline" commands, the permissions are:
fancyholograms.hologram.edit.line.add
fancyholograms.hologram.edit.line.remove
But for "setline", the permission is:
fancyholograms.hologram.line.set
That permission should be fancyholograms.hologram.edit.line.set.
fancyholograms.hologram.edit.line.set
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looking at the pull request that added permissions (https://github.com/FancyMcPlugins/FancyHolograms/pull/153/files#diff-0161952286190f22403af679011845803e6ab28024a5d89dd1782619bcff383eR22), I noticed one of the edit line permissions seems inconsistent with the rest.
For the "addline" and "removeline" commands, the permissions are:
fancyholograms.hologram.edit.line.add
fancyholograms.hologram.edit.line.remove
But for "setline", the permission is:
fancyholograms.hologram.line.set
That permission should be
fancyholograms.hologram.edit.line.set
.The text was updated successfully, but these errors were encountered: