-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
%claimchunk_am_trusted% does not work #299
Comments
Ah crap I knew that'd come back to bite us, thank you for the report! We disabled that in 0.0.24 to allow the new access flags to work, but we can do a dirty fix if you'd like (maybe just lists which permissions players have access to in a given chunk?) So instead of saying yes or no, it would be like "break, place, interactEntities" etc. Would that work for your use case? Also renaming it might be in order, like to %claimchunk_am_trusted_with% instead Also my dang version checker system didn't account for post-release tags like FIX1...dang it |
Hm, maybe on top of the new permissions system, a |
you can try do it with access that you are trusted with all permissions. |
Ok, so FIX2 that I just released re-adds the placeholder and just behaves the same, but shows a player is trusted if they have any permissions granted for a given chunk, would you be alright waiting a few days for 0.0.26 so I can get a nicer solution (like the one you suggested, maybe a specific "not owned" value as well so it doesn't show "not trusted" in unclaimed chunks (it used to do that, right?)) |
That is no problem thanks. |
Versions
Spigot Version: 1.20.6
ClaimChunk Version: 0.0.25-fix1
Describe the bug
plahoderapi tag %claimchunk_am_trusted% does not work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
%claimchunk_am_trusted% must game trusted or not trusted text.
additional issues
[ClaimChunk] An update for ClaimChunk is available! Your version: 0.0.25-FIX1 | Latest version: 0.0.25
The text was updated successfully, but these errors were encountered: