Solved World Guard : Multiple Blocked-cmds

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

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

    Cloud9

    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

    Seperate the commands you want to block with commas. Ex. blocked-cmds: [/tpahere, /tpaccept]
     
    Cloud9 likes this.
  3. Offline

    Cloud9

    This worked Thanks! :D
     
  4. Offline

    ImminentFate

    please redefine your posts as solved once a solution has been acquired.
     
  5. Offline

    NinjarakuPwnz

    I had same issue, but didn't know about the commas needed after each command to block/allow, solved yet enother thing on my to-do list !
     
Thread Status:
Not open for further replies.

Share This Page