Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,900 resources
00
Days
06
Hours
59
Mins
23
Secs

Factions Server Regen Walls

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Rahul.

human
Premium
Feedback score
15
Posts
982
Reactions
275
Resources
2
Looks like lava is acting as a sponge towards water? Check your jar files or plugins.
 

Bcof

Java Developer
Premium
Feedback score
1
Posts
48
Reactions
4
Resources
0
Could be a flag from worldguard, essentials or clearlag.

Most of the time it is EssentialsProtect, heres the config you need to look at
Code:
############################################################
# +------------------------------------------------------+ #
# |                 EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################
 
# This section requires the EssentialsProtect.jar to work.
 
protect:

  # General physics/behavior modifications.
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false

Change these to true and you should be good
 

Togls

Developer
Supreme
Feedback score
22
Posts
755
Reactions
143
Resources
10
Could be a flag from worldguard, essentials or clearlag.

Most of the time it is EssentialsProtect, heres the config you need to look at
Code:
############################################################
# +------------------------------------------------------+ #
# |                 EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################
 
# This section requires the EssentialsProtect.jar to work.
 
protect:

  # General physics/behavior modifications.
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false

Change these to true and you should be good


Thanks for the response, but it didn't work.

Essentials Config
 
Status
This thread has been locked.
Top