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

Per world maxClaims #164

Open
ChronicSquid13 opened this issue Oct 31, 2020 · 3 comments
Open

Per world maxClaims #164

ChronicSquid13 opened this issue Oct 31, 2020 · 3 comments
Labels
enhancement Suggested change to the plugin

Comments

@ChronicSquid13
Copy link

Right now we have the ability to disable Claiming in specific worlds, but I'm looking to make it so that we could have players able to claim X amount of chunks in specific worlds. For example, right now we have it so players can't claim any chunks in the Nether, but would like to make it so players could claim up to 10 chunks as we allow them to claim 100 chunks in the overworld.

Any feedback on this idea is appreciated!

@cjburkey01
Copy link
Owner

So right now the ranks system spans across all worlds, so are you proposing this would override the rank value for players in specific worlds or that the rank overrides the world value? Each world could have its own default max claims value instead of it being in the config, that would work I think.

@cjburkey01 cjburkey01 added the enhancement Suggested change to the plugin label Jan 9, 2021
@JustDoom
Copy link
Contributor

JustDoom commented Oct 4, 2021

I think maybe something like this for the ranks could work? Not sure though. Hopefully this could work with custom worlds too. If a world that exists isn't listed there i think it should take the default value in the config of course. Something similar in the actual config for worlds too

{
    "claims": {
        "world": 10,
        "world_the_nether": 5,
        "world_the_end": 1
    },
    "name": "diamond"
}

@cjburkey01
Copy link
Owner

Im thinking of making it an option in the world profile file to make more of it all in one place, but that runs the risk of disorganization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Suggested change to the plugin
Projects
None yet
Development

No branches or pull requests

3 participants