Plugin to stop water/lava source blocks from flowing

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

sensibruh

New member
May 6, 2023
1
0
1
1683363556221.png
1683363706718.png

Hello, I set up a minecraft server to play SkyGrid with friends.
In SkyGrid, lava and water source blocks that spawn naturally should not be flowing like the first screenshot. I want my world to look like the second screenshot. Is there a way to accomplish this with a plugin?
 

bobooski

New member
Apr 9, 2022
7
0
1
If you want to accomplish this with your own plugin, then you would listen to the event BlockFromToEvent, and then you could check if the block had moved was a liquid, and if so, cancel the event.

If you want to just set a world guard flag, select the relevant region, and set the region flags water-flow and lava-flow to false.

Hope that helps.