-
Notifications
You must be signed in to change notification settings - Fork 2
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
Able to make infinite obsidian in the nether bug #28
Comments
Do you mean that the water flows from the portal? Because that should be blocked by this listener already. If you mean a different setup then please provide some more info about this. Also could you please provide your used server and plugin version please? Maybe something changed about that in newer server versions. |
I think I see why this is an issue. I assume the portal itself stays? Can you confirm that with EDIT: So I tested a bit with this and apparently cancelling the BlockFromToEvent does not work when the water is flowing out of the portal to the front. Only thing I can think of of solving that would be to listen to all cases where the door might be removed (which unfortunately requires stuff like piston events and physics events too and maybe a separate Paper listener which uses the BlockDestroyEvent to handle that. Alternatively we could just don't put water in Portals in the Nether and play the "sizzle" animation or some alternative portal indication (effect loop? Or maybe even real nether portals?). If so that should be an option though imo including one to get the old behaviour back. Pretty sure using real nether portal blocks was actually an idea way back then so maybe moving to that if its technically possible (with a config to enable the old water portals) might be an easy way to work around this too.. Of course fixing the BlockFromToEvent cancelling in the server itself would also be an option, I'm just not sure if that's easily doable right now. |
Maybe as a quick "fix" would be to always use lava in the nether and listen on lava damage. Real Nether portals, or even end portals, would be awesome, but I could guess that that would interfere with other plugins? But yeah, should definitly be an option |
Like issue #10 , you can create infinite obsidian in the nether.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: