ColinHDev / CPlot

Land and world management plugin for PocketMine-MP
https://discord.gg/cAYKEtaqnp
GNU General Public License v3.0
29 stars 12 forks source link

Blocks should not interact with liquids outside of plot #37

Closed ColinHDev closed 1 year ago

ColinHDev commented 2 years ago

In recent commits a bug was fixed where e.g. water on the plot could turn lava blocks on the plot border into obsidian. But vice versa this does still work: If a server would decide to allow its players to have a border or wall made of water, those blocks would still be able to interact with lava blocks on the plot and turn those into obsidian.

Although this is only a small bug, it still needs to be addressed. Blocks outside the plot should not be able to interact with those on the plot and vice versa.

This can only be fixed, once https://github.com/pmmp/PocketMine-MP/pull/5184 or a similar update is merged into PocketMine-MP. Since this does most-likely involve a backwards compatibility break, we can only fix this for PMMP v5

ColinHDev commented 1 year ago

Fixed in b6f99dd0e68b302be8aec0c1113cd3a22a079d4f