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
if permission with uppercase words, has permission placeholder cant got true at all, will always return false.
true
false
Reproduce Steps:
lp user <username> permission set test.Test true
papi parse me %luckperms_has_permission_test.Test%
papi parse me %luckperms_check_permission_test.Test%
papi parse me %player_has_permission_test.Test%
The text was updated successfully, but these errors were encountered:
I can recreate this issue.
Sorry, something went wrong.
No branches or pull requests
if permission with uppercase words, has permission placeholder cant got
true
at all, will always returnfalse
.Reproduce Steps:
lp user <username> permission set test.Test true
papi parse me %luckperms_has_permission_test.Test%
, gotfalse
papi parse me %luckperms_check_permission_test.Test%
, gottrue
papi parse me %player_has_permission_test.Test%
, gottrue
The text was updated successfully, but these errors were encountered: