Skip to content
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

Levels wont work? #20

Open
DogoBweadz opened this issue Dec 22, 2021 · 1 comment
Open

Levels wont work? #20

DogoBweadz opened this issue Dec 22, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DogoBweadz
Copy link

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?

@Gegy
Copy link
Member

Gegy commented Dec 22, 2021

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.

@Patbox Patbox self-assigned this Jan 3, 2022
@Patbox Patbox added the enhancement New feature or request label Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants