Anti-Griefing Plugins In Need

Discussion in 'Bukkit Help' started by Darkmoon22, Aug 14, 2013.

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

    Darkmoon22

    hi guys, im the server owner, and i want people to not be able to create flint and steels (or just not be able to use them). I have world guard, and essentials spawn,essentials, and world edit
    (these are the ones that are important)
    I want fire to be able to spread in pvp but not in survival world
    and also flint and steels can be created in pvp but not in my survival world
    how do i do that? and also I want lava buckets to not be able to be placed down, by players nor dispensers, but lava bukkits can be used in a furnace. and fire should not be able to spread becuz of lava. Pls could you guys help me with this, ive added a worldguard flag that fire-spread deny
    but fire still spreads. And if you guys think of other things that would help then pls tell me (ps is there a way to prevent gravel or sand bombing spawn?
     
  2. Offline

    EpicPigChops

    CoreProtect, should do you good for logging etc.
    WorldGuard, will do you good for region protections.
     
  3. Offline

    Darkmoon22

    new problem, I found out that i have flagged my survival world that fire spread is deny
    and in my pvp world it doesn't spread even when i set it to allow

    so basically worldguard isnt doing its job with fire spread, but other ones are working, like /region flag __global__ tnt deny. thats working...... what is happening?

    I've already have world guard, pls read the whole thing

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 3, 2016
  4. Offline

    obscurehero

    Darkmoon22 - You need to set high frequency flags to true in the configuration. However, world specific rules like fire-spread are best tuned from the configuration file specific to that world. You can also use blacklists to block lava buckets in each world. I'm not sure what sand or gravel bombing is, but it'd be easy enough to block block edits at spawn, or using coreprotect or an alternative to rollback those blocks.
     
  5. Offline

    Darkmoon22

    ok thank you , this should help me a lot, and btw sand or gravel bombing is when a player starts building up right next to spawn and goes really high and goes on top of spawn (becuz of spawn pretecion radius and puts gravel down and that surrounds spawn
     
  6. Offline

    obscurehero

    Darkmoon22 - Rather than using spawn radius. Define a region around spawn with the world edit wand. Then make sure it goes sky to bedrock by using the command "//expand vert". Use /rg define <name> and you will have a protected area so people can't go up high and rain down sand on your spawn.
     
  7. Offline

    Darkmoon22

    ok thankyou
     
  8. Offline

    var709

    The simplest way to ban flist and steel usage is to download EssentialsAntibuild, then sett the config.yml file like this:
    Code:
     blacklist:
     
    # Which blocks should people be prevented from placing?
    placement:
     
    # Which items should people be prevented from using?
    usage: 259
    Also remember to set build and use to false above:
    Code:
     # Should people with build: false in permissions be allowed to build?
    # Set true to disable building for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from building.
    build: false
     
    # Should people with build: false in permissions be allowed to use items?
    # Set true to disable using for those people.
    # Setting to false means EssentialsAntiBuild will never prevent you from using.
    use: false
     
  9. Offline

    Sweatyyyy

    var709
    Or you can use the WorldGuard blacklist...
     
  10. Offline

    Darkmoon22

    T
    Thx i have worked that out
     
Thread Status:
Not open for further replies.

Share This Page