Solved worldguard mob damaging problem.

Discussion in 'General Help' started by tspierer2, May 17, 2015.

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

    tspierer2

    I have 2 participating regions. Region "spawn" is inside region "map".
    - In region "spawn" I have mob-damage set to deny.
    - In region "map" I have mob-damage set to allow.
    But you cannot hit any mobs in both regions. I want it so that you can hit mobs in region "map". I tried many different things so please offer me solutions. Thanks, any help is appericiated. :)

    Maybe mob-damaging doesn't have anything to do with hitting mobs?

    I know that it is worldguard that is not letting my players hit mobs in any defined regions except __global__
    because it gives the message "Hey! Sorry, but you can't hit that here." when they hit a wolf or a pig (the only allowed mobs that I have).

    MAIN CONFIG:

    regions:
    uuid-migration:
    perform-on-next-start: false
    keep-names-that-lack-uuids: true
    use-creature-spawn-event: true
    sql:
    use: false
    dsn: - - - - - - - - - - -
    username: worldguard
    password: worldguard
    table-prefix: ''
    enable: true
    invincibility-removes-mobs: false
    fake-player-build-override: true
    explosion-flags-block-entity-damage: true
    high-frequency-flags: false
    protect-against-liquid-flow: false
    wand: 334
    max-claim-volume: 30000
    claim-only-inside-existing-regions: false
    max-region-count-per-player:
    default: 7
    auto-invincible: false
    auto-invincible-group: false
    auto-no-drowning-group: false
    use-player-move-event: true
    use-player-teleports: true
    security:
    deop-everyone-on-join: false
    block-in-game-op-command: false
    host-keys: {}
    summary-on-start: true
    op-permissions: true
    build-permission-nodes:
    enable: false
    deny-message: '&cYou are not permitted to do that here.'
    event-handling:
    block-entity-spawns-with-untraceable-cause: false
    interaction-whitelist: []
    emit-block-use-at-feet: []
    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: false
    radius: 3
    redstone: false
    default:
    pumpkin-scuba: false
    disable-health-regain: false
    physics:
    no-physics-gravel: false
    no-physics-sand: false
    vine-like-rope-ladders: 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: false
    disable-fire-spread-blocks: []
    lava-spread-blocks: []
    mobs:
    block-creeper-explosions: true
    block-creeper-block-damage: true
    block-wither-explosions: true
    block-wither-block-damage: true
    block-wither-skull-explosions: true
    block-wither-skull-block-damage: true
    block-enderdragon-block-damage: true
    block-enderdragon-portal-creation: true
    block-fireball-explosions: true
    block-fireball-block-damage: true
    anti-wolf-dumbness: true
    allow-tamed-spawns: true
    disable-enderman-griefing: true
    disable-snowman-trails: true
    block-painting-destroy: true
    block-item-frame-destroy: true
    block-plugin-spawning: true
    block-above-ground-slimes: true
    block-other-explosions: true
    block-zombie-door-destruction: 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
    disable-off-check: 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: true
    disable-ice-melting: true
    disable-snow-melting: true
    disable-snow-formation: true
    disable-ice-formation: true
    disable-leaf-decay: true
    disable-grass-growth: true
    disable-mycelium-spread: true
    disable-vine-growth: true
    disable-soil-dehydration: true
    snow-fall-blocks: []
    blacklist:
    use-as-whitelist: false
    logging:
    console:
    enable: true
    database:
    enable: false
    dsn: - - - - - - -- - - - - - - --
    user: root
    pass: ''
    table: blacklist_events
    file:
    enable: false
    path: worldguard/logs/%Y-%m-%d.log
    open-files: 10

    CONFIG OF REGIONS:

    regions:
    spawn:
    min: {x: -32.0, y: 63.0, z: -17.0}
    flags:
    deny-spawn: [ARROW]
    pvp: deny
    heal-delay: 0
    enderpearl: deny
    heal-amount: 1
    mob-damage: deny
    mob-spawning: deny
    heal-max-health: 20.0
    blocked-cmds: [/spawn]
    max: {x: 33.0, y: 102.0, z: 44.0}
    priority: 8
    type: cuboid
    owners:
    players: [itzmelel]
    members: {}
    __global__:
    flags: {}
    priority: 0
    type: global
    owners: {}
    members: {}
    map:
    min: {x: -151.0, y: 1.0, z: -163.0}
    flags:
    deny-spawn: [MAGMA_CUBE, VILLAGER, CAVE_SPIDER, SKELETON, WITCH, WITHER,
    IRON_GOLEM, ENDERMAN, SLIME, COW, GHAST, RABBIT, ENDERMITE, SPIDER,
    MUSHROOM_COW, ZOMBIE, BLAZE, GIANT, SILVERFISH, GUARDIAN, CHICKEN,
    CREEPER, SQUID, BAT, SHEEP, HORSE, ENDER_DRAGON, PIG_ZOMBIE, SNOWMAN,
    OCELOT]
    mob-damage: allow
    pvp: allow
    enderpearl: allow
    max: {x: 152.0, y: 198.0, z: 150.0}
    priority: 6
    type: cuboid
    owners:
    players: [itzmelel]
    members: {}

    any mods please move this to plugin help, my bad for putting it in the wrong place. Thanks.

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

    oceantheskatr

    @tspierer2 mob-damage refers to mobs damaging players ;) Try flagging "interact" as allowed.
     
  3. Offline

    tspierer2

    thank you :)
     
Thread Status:
Not open for further replies.

Share This Page