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

add support to automatically remove claims if abandoned #64

Open
graywes opened this issue Sep 23, 2024 · 2 comments
Open

add support to automatically remove claims if abandoned #64

graywes opened this issue Sep 23, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@graywes
Copy link

graywes commented Sep 23, 2024

Add an option to remove claims if the owner of the claim has not been online in a given amount of time. this could be useful for servers to manage their available space. Maybe you could allow the land to be bought through other plugins or something. Or you could have an option to transfer the claim to somebody else, like someone the trusted players list, or make another list that serves as a will.
Or, think about this, if the owner is offline, have a quota or something that the trusted players would have to fill, like time spent near the claim, or blocks placed, or something. So that people cant just get on every month or something for 30 seconds just to keep their claim.

@graywes graywes changed the title add support to automatically removing claims if abandoned add support to automatically remove claims if abandoned Sep 23, 2024
@mizarc mizarc self-assigned this Sep 23, 2024
@mizarc mizarc added the enhancement New feature or request label Sep 23, 2024
@mizarc
Copy link
Owner

mizarc commented Sep 23, 2024

Definitely a future consideration, I understand servers can get messy after a long period of time and it would be impractical for moderators to manually clean up unused claims.

The easiest option for now would be like you said, removing claims after an x period of time, preferably configurable through the config file as well as giving per player exclusions. A will system could also be possible, though it comes with the complication of ensuring the player the claim is given to has not hit their claim limits, as this could be exploited. Economy hooks could be something that is implemented in the far future, but no current plans so far with more immediate priorities.

There's certainly a few ways to approach this, and I will be considering the practicality of each before deciding which would be best to implement.

@mizarc mizarc added this to the Release 0.4 milestone Sep 23, 2024
@mizarc mizarc moved this to Backlog in Bell Claims Sep 23, 2024
@graywes
Copy link
Author

graywes commented Sep 23, 2024

helll yea 🤘😎👍

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
Status: Backlog
Development

No branches or pull requests

2 participants