Solved World Guard : Multiple Blocked-cmds

Discussion in 'Bukkit Help' started by Cloud9, Jun 21, 2012.

  1. Offline

    Cloud9

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey there, I have an Issue with "blocked-cmds" for world guard.
    See now the problem is I do not know how to set multiple blocked commands in one world guarded area, so I was wondering if anyone knew how to block-cmd areas with multiple block commands.I want it so players cannot use the commands "tpahere" and "tpaccept".
    Thank you for reading my post! Hopefully someone knows how to deal with this issue!


    regions:
    area59:
    type: cuboid
    min: {x: -1345.0, y: 0.0, z: -862.0}
    max: {x: -1249.0, y: 255.0, z: -828.0}
    priority: 0
    flags:
    pvp: deny
    mob-spawning: deny
    blocked-cmds: [/tpahere]
    owners:
    players: [Cloud9]
    members: {}
  2. Offline

    HollowCube

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Seperate the commands you want to block with commas. Ex. blocked-cmds: [/tpahere, /tpaccept]
    Cloud9 likes this.
  3. Offline

    Cloud9

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This worked Thanks! :D
  4. Offline

    ImminentFate

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    please redefine your posts as solved once a solution has been acquired.

Share This Page