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

Find a work around for nether portal GUI's #363

Open
sekwah41 opened this issue Apr 18, 2023 · 2 comments
Open

Find a work around for nether portal GUI's #363

sekwah41 opened this issue Apr 18, 2023 · 2 comments

Comments

@sekwah41
Copy link
Owner

sekwah41 commented Apr 18, 2023

This should fix issues such as #341

Apparently, Dope_ZeroFTW14 seems to have some setup where with certain permissions its working? Id like to investigate this to find out the cause, though looking inside the vanilla code the only way to bypass it is to either convince the player it is not inside a portal which I dont believe its possible

Other routes would be

  • have the entity unable to change dimensions (though this is hard coded client side for the relevant check)
  • Have the entity riding another entity
  • Have an entity riding it
  • Have the portal on cooldown (can be set via nbt though would likely need to be on spawn or a respawn packet like with the skin changes.)
  • Teleport the player out of the nether portal block before triggering the GUI (most servers seem to do this but it seems like it could be annoying)
@sekwah41
Copy link
Owner Author

sekwah41 commented Apr 18, 2023

Tested the portal cooldown, seems the client ignores that.

There doesn't seem to be a point is seeing if we can test "have the entity unable to change dimensions" as its hard coded for player entities.

Will test others though riding an entity seems annoying, being ridden by an armour stand seems best.

@sekwah41
Copy link
Owner Author

https://bugs.mojang.com/browse/MC-2071 see this for evidence that its expected vanilla behavior. We can try the work arounds though :)

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

1 participant