You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I made a authority called "Hub" with the level 1 and set the rules: break = denyplace = deny
After that I made another authority called "Claim1" with the level 2 and set the rules: break = denyplace = deny with the exception of the player "enorpowmwy" and its not letting the player break or place.
Idk what to do?
The text was updated successfully, but these errors were encountered:
Hi! So the issue here is that when the player is excluded from Claim1, it’s defaulting back to the higher level Hub (assuming Claim1 is inside Hub?) because that still applies despite Claim1 not applying anymore.
The mod doesn’t work too well for setups like this, it ideally should have a way to specify exclusive inclusions as an alternative.
A bit more of a complicated system, but the simplest I can think of right now, would be to create 2 authorities with the shape of Claim1. The first would have place and break set to allow, and the second, with a higher level, would have them set to deny with the exclusions set for that player. This way when the included player is in the authority, they fall back to the allowing claim, while everyone else will only experience the denying claim.
So I made a authority called "Hub" with the level 1 and set the rules: break = deny place = deny
After that I made another authority called "Claim1" with the level 2 and set the rules: break = deny place = deny with the exception of the player "enorpowmwy" and its not letting the player break or place.
Idk what to do?
The text was updated successfully, but these errors were encountered: