"Fix" water

Discussion in 'Archived: Plugin Requests' started by stargateanubis14, Oct 1, 2011.

  1. I'm looking for a plugin that will essentially "Fix" the water... meaning, water will not create new source blocks when placed in correct configuration.
    I thought i had saw a plugin back in january/february (not bukkit...but hmod/mc server mod) that did this, but i cant seem to find one now.

    Is this possible? If so, can someone direct me to a mod that does it, or make one?

    Thanks!
     
  2. Offline

    GluedHands

    Have you tried FlowControl? It allows controlling the flow with redstone.

    Do you want flow disabled server wide?
    Essentials can do that. It is a setting in their config.yml:
    Code:
      prevent:
        lava-flow: true
        water-flow: true
        water-bucket-flow: true
    
     
  3. i can control the FLOW of water just fine... i want it so that when you do a formation for an infinite pool, it still flows, but there are still ONLY 2 source blocks::
    (X=water source, O=empty space, ~=flowing water (NOT source))
    As it is now, if you do this:
    [XO]
    [OX]
    it turns into
    [X~]
    [~X]
    then
    [XX]
    [XX]
    I want it to remain at
    [X~]
    [~X]


    Basically, water is a valued resource for me... i need it so people cant make their own water.
     

Share This Page