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

Limit end gateway creation #13

Open
CypherPhyre opened this issue May 9, 2018 · 3 comments
Open

Limit end gateway creation #13

CypherPhyre opened this issue May 9, 2018 · 3 comments
Assignees

Comments

@CypherPhyre
Copy link

I have noticed that after each dragon is killed a new end gateway is created. Could you add into the config, a limiter that would force only one end gateway? I have players that stay in the end and wait for the dragons to respawn (respawn on death: 300) and after about 30 min the end is full of gateways.

@2008Choco
Copy link
Owner

I would not be opposed to trying to limit how many end gateways are created. This is something that I've actually considered in the past. The issue I had was that I was not sure whether there was anything I could do to limit that. I'm going to see if perhaps there's some way I can hook into it, but this is not a guarantee that it will be available.

@2008Choco 2008Choco self-assigned this May 9, 2018
@CypherPhyre
Copy link
Author

Even setting a keep alive limit on the portals so that they auto remove at the start of a respawn cycle much like the exit portal would be a big help in my opinion

@2008Choco
Copy link
Owner

In the current Bukkit API, this option is not available. However, I am considering making a pull request to Bukkit to allow for this to be controllable and to be able to cancel the generation of end gateways. It will not be available in the next update (as of this comment) but will be available in a future version.

@2008Choco 2008Choco changed the title Request: Limit end gateway creation Limit end gateway creation Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants