Minecarts / GuardianBlocks

Self-serve area and container protections for Minecraft multiplayer
1 stars 0 forks source link

Better flow control (water, lava, circuits) #7

Open holic opened 13 years ago

holic commented 13 years ago

This is the biggest issue surrounding GuardianBlocks.

Blocks can flow from one place to another, whether it's water or lava or a push from a piston. Currently, flow is disallowed between auras because we have no way to determine the flow event's origin. To do this, we will need another plugin dedicated to tracking block flow to know where the water came from and who's pushing a block into an aura.

Do we check flow permissions based on the player triggering the event or the player that placed the trigger?