*HIGH PRIORITY*WORLDGUARD 5.4 BUKKIT R4 PROBLEM

Discussion in 'Bukkit Help' started by blackopskid7, Apr 7, 2012.

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

    blackopskid7

    i m running worldguard 5.4 on bukkit R4 and i deleted all my regions, none are overlapping, but the problem is non admins can still place but not break, say they have 1 block of dirt, they place in an area it sais you dont have permission, then it puts the block back in their inventory. BUT the block stays on the ground. im running a Tekkit version of it. but the thing is i got banned from asking for help to many times so bukkit is my only hope. Please help
     
  2. Offline

    Verttex

    You probably got banned because of caps titles, *rolls eyes*
    Have you upgraded the plugin? Is there any console errors? Have you gone over the configs?
     
  3. Offline

    blackopskid7

    I have before but it still didnt work im on bukkit for mc version 1.1, there are no errors, and yes i have the config is what it should be

    i will post my server file in this

    #
    # 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
    sql:
    use: false
    dsn: jdbc:mysql://localhost/worldguard
    username: worldguard
    password: worldguard
    enable: true
    invincibility-removes-mobs: false
    high-frequency-flags: false
    wand: 287
    max-claim-volume: 30000
    claim-only-inside-existing-regions: false
    max-region-count-per-player:
    default: 7
    auto-invincible-permission: true
    auto-invincible: true
    use-player-move-event: true
    op-permissions: true
    protection:
    item-durability: true
    remove-infinite-stacks: false
    disable-xp-orb-drops: false
    disable-obsidian-generators: false
    enforce-single-session: true
    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
    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: true
    block-creeper-block-damage: true
    block-enderdragon-block-damage: true
    block-fireball-explosions: false
    block-fireball-block-damage: false
    anti-wolf-dumbness: false
    disable-enderman-griefing: true
    block-creature-spawn: []
    player-damage:
    disable-fall-damage: false
    disable-lava-damage: false
    disable-fire-damage: false
    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
    crops:
    disable-creature-trampling: false
    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: false
    disable-snow-melting: false
    disable-snow-formation: false
    disable-ice-formation: false
    disable-leaf-decay: false
    disable-grass-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
    summary-on-start: true
    suppress-tick-sync-warnings: false

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

    Verttex

    Sorry the spacing on here is a bit strange, mind posting it on pastebin.com?
     
  5. Offline

    blackopskid7

    that is from the Notepad++
    this is from just normal notepad

    #
    # 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
    sql:
    use: false
    dsn: jdbc:mysql://localhost/worldguard
    username: worldguard
    password: worldguard
    enable: true
    invincibility-removes-mobs: false
    high-frequency-flags: false
    wand: 287
    max-claim-volume: 3000000
    claim-only-inside-existing-regions: false
    max-region-count-per-player:
    default: 7
    auto-invincible-permission: true
    auto-invincible: true
    use-player-move-event: true
    op-permissions: true
    protection:
    item-durability: true
    remove-infinite-stacks: true
    disable-xp-orb-drops: false
    disable-obsidian-generators: false
    enforce-single-session: true
    simulation:
    sponge:
    enable: true
    radius: 10
    redstone: false
    default:
    pumpkin-scuba: true
    disable-health-regain: false
    physics:
    no-physics-gravel: false
    no-physics-sand: false
    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: true
    block-creeper-block-damage: true
    block-enderdragon-block-damage: true
    block-fireball-explosions: false
    block-fireball-block-damage: false
    anti-wolf-dumbness: false
    disable-enderman-griefing: true
    block-creature-spawn: []
    player-damage:
    disable-fall-damage: false
    disable-lava-damage: false
    disable-fire-damage: false
    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
    crops:
    disable-creature-trampling: false
    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: false
    disable-snow-melting: false
    disable-snow-formation: false
    disable-ice-formation: false
    disable-leaf-decay: false
    disable-grass-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
    summary-on-start: true
    suppress-tick-sync-warnings: false

    thats what it would show as on pastebin but here is a link anyways

    http://pastebin.com/pMp4bpCf

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

    Verttex

    In YAML the spacing is very important, they are the same text but not the same spacing. :)

    You are using OP Permissions correct? Not Permissions 3 or PermissionsEx? I see no problem with your worldguard config. Any other plugins? It might be Tekkit, but I have no idea how to use that.
     
  7. Offline

    blackopskid7

    what other easy to use plot protection plugins are there
     
  8. Offline

    Verttex

  9. Offline

    zipfe

    You got banned from the Tekkit forums, and now you ask on Bukkit for help on Tekkit?

    Fun fact: This forum is for Bukkit support, not for Tekkit.
     
Thread Status:
Not open for further replies.

Share This Page