MassiveCraft / Factions

https://www.massivecraft.com/factions
245 stars 591 forks source link

Bug truce + liquid flow ? #1037

Closed MisterFrans closed 8 years ago

MisterFrans commented 8 years ago

Hi, you added the liquid flow protection in version 2.8.3. Can we disable that and let liquid flow ? An option in the config ? Or if that is already here, I didn't see, so where ? xD. I think they is also a bug with the rel truce. The truce players can pvp. Thank you . Sorry for my bad english, this isn't my natural language.

markhughes commented 8 years ago

I think this is the event doing it: https://github.com/MassiveCraft/Factions/blob/master/src/com/massivecraft/factions/engine/EngineMain.java#L1537

No, it isn't blocked. But this could easily be added.

magnusulf commented 8 years ago

What is it exactly you want?

MisterFrans commented 8 years ago

I'd like know if i'ts possible to add a option in the config file for the blockLiquidFlow protection. Thank you . Sorry for my bad english, this isn't my natural language.

Gbtank commented 8 years ago

I would like to bump this issue because I myself also want to turn off liquid flow protection for cobble-monstering. But I cannot find it anywhere. I would like to know where to find it or how to fix it. I am using Factions 2.8.7Beta

Flariine commented 8 years ago

Bump too, very important.. Problem is: The water flow is blocked by factions, but we cant choose if we want allow it from the config files.

TheEnderPrince commented 8 years ago

I'm working on it, please be patient.

Flariine commented 8 years ago

Ok thanks ! :)

TheEnderPrince commented 8 years ago

Okay, so you want a config option that disables the flow of the lava and water right between each faction? Just confirming.

ulumulu1510 commented 8 years ago

We are currently blocking waterflow between factions. As I understand it, they would like to be able to toggle this on and off.

TheEnderPrince commented 8 years ago

Alright, The config now has the option to toggle on/off the flow of water, It is now on GitHub. :)

markhughes commented 8 years ago

It would be a simple case of adding a configuration option check under blockLiquidFlow. I can quickly do this if no one else is working on it.