Plugin Help Trouble with WorldGuard

Discussion in 'Plugin Help/Development/Requests' started by GoodRussianMan, Jan 7, 2017.

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

    GoodRussianMan

    When i'm privating my region a message appears:"You cannot place blocks inside of the gamemode-area".
    Sometimes message doesn't even show up.And i cant use chests.But all this happening only in specific areas.
    What should i do?
    Here is my config WG:
    Config WG (open)
    regions:
    uuid-migration:
    perform-on-next-start: false
    keep-names-that-lack-uuids: true
    use-creature-spawn-event: true
    sql:
    use: false
    dsn: jdbc:mysql://localhost/worldguard
    username: worldguard
    password: worldguard
    table-prefix: ''
    enable: true
    invincibility-removes-mobs: false
    nether-portal-protection: 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: 50000000
    claim-only-inside-existing-regions: false
    max-region-count-per-player:
    default: 4
    Player: 4
    VIP: 7
    Builder: 30
    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: '&eSorry, but you 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: 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
    allow-tamed-spawns: true
    disable-enderman-griefing: false
    disable-snowman-trails: 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: false
    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: 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
    disable-mycelium-spread: false
    disable-vine-growth: false
    disable-soil-dehydration: false
    snow-fall-blocks: []
    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

    config WE (open)
    limits:
    allow-extra-data-values: false
    max-blocks-changed:
    default: -1
    maximum: -1
    max-polygonal-points:
    default: -1
    maximum: 20
    max-radius: -1
    max-super-pickaxe-size: 5
    max-brush-radius: 5
    butcher-radius:
    default: -1
    maximum: -1
    disallowed-blocks: [6, 7, 14, 15, 16, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 56, 59, 69, 73, 74, 75, 76, 77, 81, 83]

    use-inventory:
    enable: false
    allow-override: true
    creative-mode-overrides: false

    logging:
    log-commands: false
    file: worldedit.log

    super-pickaxe:
    drop-items: true
    many-drop-items: false

    snapshots:
    directory:

    navigation-wand:
    item: 345
    max-distance: 100

    scripting:
    timeout: 3000
    dir: craftscripts

    saving:
    dir: schematics

    files:
    allow-symbolic-links: false

    history:
    size: 15
    expiration: 10

    wand-item: 271
    shell-save-type:
    no-double-slash: false
    no-op-permissions: false
    debug: false
    show-help-on-first-use: true

    Permissions (open)
    groups:
    Player:
    options:
    default: true
    prefix: '&f[&7&oИгрок&f] '
    permissions:
    - CrazyCrates.Access
    - nte.default
    - poll.command.list
    - poll.command.vote
    - poll.command.results
    - poll.command.view
    - modifyworld.*
    - automessage.receive.default
    - authme.register
    - authme.unregister
    - authme.changepassword
    - authme.login
    - essentials.spawn
    - essentials.kit
    - essentials.kits.start
    - essentials.sethome
    - essentials.home
    - essentials.warp
    - essentials.warp.list
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tpahere
    - essentials.motd
    - essentials.rules
    - essentials.pay
    - essentials.msg
    - essentials.balance
    - essentials.signs.use.buy
    - essentials.signs.use.sell
    - essentials.signs.use.balance
    - essentials.signs.use.weather
    - essentials.signs.use.time
    - essentials.signs.use.kit
    - essentials.signs.use.repair
    - essentials.signs.use.color
    - essentials.signs.use.heal
    - essentials.signs.use.enchant
    - essentials.signs.use.warp
    - essentials.signs.use.spawnmob
    - essentials.balancetop
    - essentials.sethome.multiple.Player
    - worldedit.wand
    - worldedit.selection.*
    - worldguard.region.wand
    - worldedit.selection.expand
    - worldguard.region.remove.own.*
    - worldguard.region.claim
    - worldguard.region.info.*
    - worldguard.region.info.member.*
    - worldguard.region.info.own.*
    - worldguard.region.addowner.own.*
    - worldguard.region.removeowner.own.*
    - worldguard.region.addmember.own.*
    - worldguard.region.removemember.own.*
    - worldguard.region.list
    - worldguard.region.list.own
    - worldguard.region.flag.regions.own.*
    - essentials.delhome
    - choptree.chop
    - -coloredanvils.*
    - skinsrestorer.playercmds
    - shopchest.create
    - shopchest.create.protected
    - shopchest.buy
    - shopchest.sell
    - shopchest.limits
    VIP:
    options:
    prefix: '&8[&eV.I.P&8] '
    inheritance:
    - Player
    permissions:
    - nte.vip
    - chatex.color
    - coloredanvils.color.*
    - essentials.sethome.multiple.VIP
    - essentials.feed
    - essentials.craft
    - essentials.workbench
    - essentials.enderchest
    - essentials.kits.vip
    - essentials.hat
    - essentials.head
    - essentials.clear
    - essentials.joinfullserver
    - essentials.protect.admin
    - essentials.protect
    Builder:
    options:
    prefix: '&8[&bСтроитель&8] '
    inheritance:
    - Player
    permissions:
    - gobrush.*
    - nte.builder
    - worldedit.*
    - -worldedit.sphere.*
    - -worldedit.cut.*
    - -worldedit.fixwater.*
    - -worldedit.drain.*
    - -worldedit.removeabove.*
    - -worldedit.removebelow.*
    Admin:
    options:
    prefix: '&8[&cАдминистратор&8] '
    permissions:
    - '*'
    Moder:
    options:
    prefix: '&8[&aМодератор&8] '
    inheritance:
    - Player
    - PlayerPlus
    - Builder
    permissions:
    - nte.moderator
    - nocheatplus.*
    - coreprotect.*
    - combatlog.bypass
    - shopchest.*
    - skinsrestorer.cmds
    - choptree.*
    - lagg.clear
    - lagg.check
    - skinsrestorer.cmds
    - worldguard.region.remove.*
    - worldguard.region.setpriority.*
    - worldguard.region.removeowner.*
    - worldguard.region.addowner.*
    - worldguard.halt-activity
    - worldguard.fire-toggle.*
    - essentials.spawn.others
    - essentials.tpahere
    - essentials.worlds.*
    - essentials.tp.others
    - essentials.tp
    - essentials.top
    - essentials.warp.overwrite.*
    - essentials.delwarp
    - essentials.delhome.others
    - essentials.near
    - essentials.mail.sendall
    - essentials.break.bedrock
    - essentials.break
    - essentials.exp.set
    - essentials.exp.give
    - essentials.god.pvp
    - essentials.heal.others
    - essentials.heal.cooldown.bypass
    - essentials.kits.*
    - essentials.ptime.others
    - essentials.tree
    - essentials.afk.others
    - essentials.book
    - essentials.book.*
    - essentials.helpop.receive
    - essentials.nick
    - essentials.nick.color
    - essentials.nick.format
    - essentials.nick.magic
    - essentials.seen
    - essentials.seen.extra
    - essentials.seen.ipsearch
    - essentials.seen.banreason
    - essentials.spawner
    - essentials.spawner.*
    - essentials.whois
    - essentials.ban
    - essentials.ban.offline
    - essentials.ban.exempt
    - essentials.banip
    - essentials.broadcast
    - essentials.burn
    - essentials.clearinventory.others
    - essentials.deljail
    - essentials.enderchest.modify
    - essentials.invsee
    - essentials.invsee.modify
    - essentials.invsee.preventmodify
    - essentials.jails
    - essentials.kick
    - essentials.kill
    - essentials.lightning
    - essentials.lightning.others
    - essentials.mute
    - essentials.setjail
    - essentials.socialspy
    - essentials.socialspy.others
    - essentials.sudo
    - essentials.tempban
    - essentials.tempban.offline
    - essentials.thunder
    - essentials.jail.allow.*
    - essentials.togglejail.offline
    - essentials.togglejail
    - essentials.jail.exempt
    - essentials.unban
    - essentials.unbanip
    - essentials.vanish.effect
    - essentials.weather
    - essentials.jump
    - essentials.tphere
    - essentials.world
    - essentials.worlds.*
    - essentials.gamemode.*
    - worldedit.clipboard.copy
    - worldedit.clipboard.paste
    - worldedit.clipboard.flip
    - worldedit.clipboard.rotate
    - worldedit.region.set
    - worldedit.region.replace
    schema-version: 1
    users:
    90c835ff-7912-327c-a123-3b973087b38d:
    group:
    - Admin
    options:
    name: GoodRussianMan
    <nemosia>:
    group:
    - Admin
    <sobstelka>:
    group:
    - Admin
     
Thread Status:
Not open for further replies.

Share This Page