-
-
Notifications
You must be signed in to change notification settings - Fork 979
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
Multiple homes on a per world basis #2393
Comments
To clarify, you want something like |
This could also be implemented as an option to choose between having limits apply globally or per world, without changing how the limits are defined (which is how I initially interpreted the feature request). It also seems @JadenDevon wants a way to prevent users teleporting into particular worlds using |
@AgentTroll Exactly, although having options for both world based and rank based would be preferable. Permissions would have to be world based and rank based. ie: @md678685 Indeed. A configurable option preventing players from teleporting between worlds using |
@JadenDevon The I'd also be wary of changing the existing permissions to include a world name - this will break lots of people's existing setups. What I described regarding preventing cross-world teleportation already exists - see Essentials/Essentials/src/config.yml Lines 560 to 563 in 25ddaef
To elaborate on my previous suggestion, I was proposing that we add a config option that controls whether the home limit is based on all of the user's homes or just the ones in that world. For example, let's say user A has This implementation would mean we can keep existing behaviour when people update without anyone having to re-learn the feature or reset their config files, while allowing people to turn on the more advanced features if they want to. |
@md678685 That type of implementation would be ideal. The only issue that I have with it, if someone wanted to take up this project, is that world groups would have to be possible. I would like to have it so that a player with |
If this is still relevant I would like to work on this issue. Please assign me if possible. Thanks |
This issue is open to PR and I'm not aware of anyone else currently working on a PR. We don't typically assign issues to new contributors. However, you're welcome to create a PR for this and we'll review it when we have time. Could you provide a rough outline of what you would be aiming to implement? |
Basically I would go from the discussion in this issue and during the development ask if something is unclear. I would aim to do most of it or all if it will be possible:
Aim to finish this would be around December this year |
Feature request
Feature description
Multiple homes on a per world basis
How the feature is useful
If you have a server that consists of multiple worlds all with different play styles, you can set up multiple homes accessible only from that world/group of worlds(world, nether, end, or whatever worlds you want to group together).
For example: I have a survival/PvE world on my server and I want to allow players to have 3 homes they can set and access from that world set(including connected nether and end worlds). I also have a anarchy/PvP world that I want players to only have 1 home available to set and access from that world.
This should be scalable to how many worlds/world groups you have on your server.
The text was updated successfully, but these errors were encountered: