Stop fire disappearing

Discussion in 'Bukkit Help' started by teetor, Apr 14, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    teetor

    How do i STOP fire disappearing, as in STOP it going away...
    How do i do that? without placing netherrack...
     
  2. Offline

    andrewpo

  3. Offline

    teetor

  4. Offline

    stuntguy3000

    /rg flag <region> fire-spread deny

    :)
     
  5. Offline

    teetor

  6. Offline

    stuntguy3000

    No problems :)
     
  7. Offline

    teetor

    Thx BUT.... it didnt work...
     
  8. Offline

    andrewpo

    Code:
    fire:
        disable-lava-fire-spread: true
        lava-spread-blocks: []
        disable-fire-spread-blocks: []
        disable-all-fire-spread: false
    In worlds/config.yml

    Try that.

    I know you can leave any block constantly burning on the server I administrate, I assume WorldGuard does it - and that's the only fire related config I can find.

    After editing worldguard files, always run /wg reload
     
  9. Offline

    teetor

    ID think it read the deny bit..
    i did /rg flag Jail fire-spread deny

    Thats fire SPREAD
    not stopping it stop dissapering

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  10. Offline

    andrewpo

    Did you attempt what I suggested?
     
  11. Offline

    teetor

    No because i dont want to stop fire spread
    i want to stop fire dissapering

    like when i put it on dirt is goes away after 30secs

    any1?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  12. Offline

    andrewpo

    You can't naturally burn dirt - can't you put netherrack where you want the dirt to be? or some other flammable block that roughly resembles the colour of dirt? (5:1 ?) and burn that.
     
  13. Offline

    teetor

    in my situation i have stonebrick i place fire on it the fire dissaperes after 30secs how do i make shure the fire stays there
     
  14. Offline

    andrewpo

    Why are you trying to burn a non-burnable block?

    Does Voxel /b s mp no physics performer brush work? I doubt it would though as the fire would keep calling events.
     
  15. Offline

    teetor

    look ill show u a vid!

    I'm not!!!!!!!!!!!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  16. Offline

    andrewpo

    Ok, so you're telling me that stone brick can burn naturally?
     
  17. Offline

    teetor

    ILL MAKE a VID!
     
  18. Offline

    andrewpo

    Drop the attitude, we're trying to assist you.
     
  19. Offline

    teetor

    soz but its really... ohh..

    ill show u what i mean on a vid... here: https://node-status.com/d/U8N6xM

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  20. Offline

    andrewpo

    Well, the issue is you're trying to light a non-flammable block
    [​IMG]

    You could disable fire damage and replace that stone brick with wood logs and light it.
     
  21. Offline

    teetor

    An1 watches the vid? the sign said: See the fire dissaperes i want it to stay there ontop of the block
     
  22. Offline

    andrewpo

    Yes, I knew that would be the case before I watched the video.
     
  23. Offline

    teetor

    where do i disable firedamage?

    ???

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  24. Offline

    stuntguy3000

    Fire spread. Turn off what i said to do.

    And i think that will keep things like logs burning :)
     
  25. Offline

    andrewpo

    Note that what you're trying to do (burning blocks not classed as flammable) is impossible without some horrible lag-causing plugin (checking and cancelling so many events).

    [​IMG]

    Notice the infinitely burning logs (they've been burning for months)
    Is that what you want to do?


    These blocks (and probably more, I just can't think of them) are flammable: logs, leaves, planks, wool, netherrack

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  26. Offline

    teetor

    No none of them worked...
    If i have disabeld fire spread it just stops the fire if i do thr oposite it melts the block.. ;/

    yes thats kinda what i want to do but can you give me the part of your WG config that does this?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  27. Offline

    andrewpo

    The only part relating to fire that I could find is what I posted earlier.
    + make sure you disable fire-spread in the region (set it to deny)

    and right-click using string in the region to make sure that there is nothing overriding it - the only region should be your jail one. If there are any other regions, jail should be a child of them.
     
  28. Offline

    teetor

    What do i need to set in my config to keep wool burnning
     
  29. Offline

    andrewpo

    Code:
    /rg flag Jail fire-spread deny
     
Thread Status:
Not open for further replies.

Share This Page