sekwah41 / Advanced-Portals

An advanced portals plugin for bukkit
GNU Lesser General Public License v3.0
157 stars 65 forks source link

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

Open sekwah41 opened 1 year ago

sekwah41 commented 1 year ago

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

sekwah41 commented 1 year ago

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 commented 1 year ago

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