Flint and Steel permission?

Discussion in 'Bukkit Help' started by AngryC4t, Jun 2, 2013.

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

    AngryC4t

    I have a server running with Worldguard, Essentials, and Group Based Permissions. It is telling my users that they cant use flint and steel.

    I looked in the config files for worldguard and there is nothing blacklisted, and the block lighter value is false. I only have a small region defined for my spawn and it's occurring outside of it.

    Does anyone with these know which one is blocking it? Or is there a specific permission I have to give my user group? I figured it's worlguard, but this is my first time using it. But the message doesnt really specify anything, so it could be Essentials. I doubt it's the permissions plugin itself.
     
  2. Offline

    AngryC4t

    So I tried again and found out that it was worldguard what was blocking the lighter. Lighters and lava buckets are permitted though. I dont understand. Also the blacklists are empty.

    Here is my config.

    Code:
    #
    # WorldGuard's main configuration file
    #
    # This is the global configuration file. Anything placed into here will
    # be applied to all worlds. However, each world has its own configuration
    # file to allow you to replace most settings in here for that world only.
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    #  you use an editor like Notepad++ (recommended for Windows users), you
    #  must configure it to "replace tabs with spaces." In Notepad++, this can
    #  be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    #  in categories (like "enforce-single-session" is in the "protection"
    #  category.
    # - If you want to check the format of this file before putting it
    #  into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
    #  and see if it gives "ERROR:".
    # - Lines starting with # are comments and so they are ignored.
    #
     
    regions:
        use-scheduler: true
        use-creature-spawn-event: true
        sql:
            use: false
            dsn: jdbc:mysql://localhost/worldguard
            username: worldguard
            password: worldguard
        enable: true
        invincibility-removes-mobs: false
        high-frequency-flags: false
        wand: 334
        max-claim-volume: 30000
        claim-only-inside-existing-regions: false
        max-region-count-per-player:
            default: 7
    auto-invincible: false
    use-player-move-event: true
    security:
        deop-everyone-on-join: false
        block-in-game-op-command: false
    host-keys: {}
    summary-on-start: true
    op-permissions: true
    protection:
        item-durability: true
        remove-infinite-stacks: false
        disable-xp-orb-drops: false
        disable-obsidian-generators: false
    gameplay:
        block-potions: []
        block-potions-overly-reliably: false
    simulation:
        sponge:
            enable: true
            radius: 3
            redstone: false
    default:
        pumpkin-scuba: true
        disable-health-regain: false
    physics:
        no-physics-gravel: false
        no-physics-sand: false
        vine-like-rope-ladders: true
        allow-portal-anywhere: false
        disable-water-damage-blocks: []
    ignition:
        block-tnt: false
        block-tnt-block-damage: false
        block-lighter: false
    fire:
        disable-lava-fire-spread: true
        disable-all-fire-spread: true
        disable-fire-spread-blocks: []
        lava-spread-blocks: []
    mobs:
        block-creeper-explosions: false
        block-creeper-block-damage: false
        block-wither-explosions: false
        block-wither-block-damage: false
        block-wither-skull-explosions: false
        block-wither-skull-block-damage: false
        block-enderdragon-block-damage: false
        block-enderdragon-portal-creation: false
        block-fireball-explosions: false
        block-fireball-block-damage: false
        anti-wolf-dumbness: false
        disable-enderman-griefing: false
        block-painting-destroy: false
        block-item-frame-destroy: false
        block-plugin-spawning: true
        block-above-ground-slimes: false
        block-other-explosions: false
        block-zombie-door-destruction: true
        block-creature-spawn: []
    player-damage:
        disable-fall-damage: false
        disable-lava-damage: false
        disable-fire-damage: true
        disable-lightning-damage: false
        disable-drowning-damage: false
        disable-suffocation-damage: false
        disable-contact-damage: false
        teleport-on-suffocation: false
        disable-void-damage: false
        teleport-on-void-falling: false
        disable-explosion-damage: false
        disable-mob-damage: false
        disable-death-messages: false
    chest-protection:
        enable: false
        disable-off-check: false
    crops:
        disable-creature-trampling: true
        disable-player-trampling: false
    weather:
        prevent-lightning-strike-blocks: []
        disable-lightning-strike-fire: false
        disable-thunderstorm: false
        disable-weather: false
        disable-pig-zombification: false
        disable-powered-creepers: false
        always-raining: false
        always-thundering: false
    dynamics:
        disable-mushroom-spread: false
        disable-ice-melting: true
        disable-snow-melting: false
        disable-snow-formation: false
        disable-ice-formation: false
        disable-leaf-decay: false
        disable-grass-growth: false
        disable-mycelium-spread: false
        disable-vine-growth: false
    blacklist:
        use-as-whitelist: false
        logging:
            console:
                enable: true
            database:
                enable: false
                dsn: jdbc:mysql://localhost:3306/minecraft
                user: root
                pass: ''
                table: blacklist_events
            file:
                enable: false
                path: worldguard/logs/%Y-%m-%d.log
                open-files: 10
    
     
  3. Offline

    SeeJayEmm

    Did you ever find a solution to this problem? Because I believe I am encountering the same problem.
     
  4. Offline

    Bobcat00

    Stand at a location where the lighter doesn't work and type: /region info
    What does it say?
     
  5. To fix this issue, do /region flag <region> lighter allow to allow lighters in any region. Worldguard added a few more flags including "lighter" in the update so yeah.
     
  6. Offline

    Me4502

    Type /region flag __global__ lighter allow
     
  7. Offline

    dx721

    I have the same problem and /region flag __global__ lighter allow didn't fix it. Only ops can use lighters and lighters work for everyone with WorldGuard disabled.
     
    Pedro305123 likes this.
  8. Offline

    Helpful Duck

    So. theres not a solution, and no-one can help us
    Just GREAT

    If theres a solution please let me know. Can I alter it in the config? is it hidden in the default plugin settings? did i miss something? Please help
     
  9. Offline

    Bobcat00

    So 3 people have hijacked this thread, but nobody has even bothered to do this:
    Stand at a location where the lighter doesn't work and type: /region info
     
  10. Offline

    Helpful Duck

    Its not working in the hole world. its not the region causing it

    Bobcat00 Got any other advice?

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

    Coelho

    Update WorldGuard.
     
  12. Offline

    Helpful Duck

  13. Offline

    Bobcat00

    /region flag __global__ lighter allow
     
    Helpful Duck likes this.
  14. Offline

    Helpful Duck

    Ok I'll try that
    Do I also need to add groups to that region?
    like: /region addmember __global__ g:default,g:beta

    ill let you know if it works ;)

    Ok it works thanks.
    This is a much easier solution

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

    Bobcat00

    Note that Me4502 posted the solution 8 weeks ago.
     
    MaliciousMan and Me4502 like this.
Thread Status:
Not open for further replies.

Share This Page