Warning

Discussion in 'Bukkit Discussion' started by o0AzzA0o, Jul 1, 2011.

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

    o0AzzA0o

  2. Offline

    Minecraft93

  3. Offline

    o0AzzA0o

    In my view many server owners as possible need to know about it to fix asap
     
  4. Offline

    Lynxdragon

    Use Worldguard to block the placement of pistons, this can be done in the worlds blacklist.

    Place the following code in all your worlds blacklist.txt;
    Code:
    #block use of Pistons and Stickey Pistons
    [29,33]
    ignore-groups=Owner,Admin,Mod
    on-acquire=deny,tell
    on-drop=deny,tell
    on-break=allow
    on-place=deny,tell
    on-use=deny,yell
    on-interact=dany,tell
    This will stop them being placed, used, made, dropped or interacted with but still allow them to be broken. Link to Worldedit and Worldguard here.
     
  5. Offline

    walkerm

    typo in last line. fix'd:
    Code:
    #block use of Pistons and Stickey Pistons
    [29,33]
    ignore-groups=Owner,Admin,Mod
    on-acquire=deny,tell
    on-drop=deny,tell
    on-break=allow
    on-place=deny,tell
    on-use=deny,yell
    on-interact=deny,tell
     
  6. Offline

    Lynxdragon

    thanks. xD
     
  7. Offline

    prefix

    Awesome, thanks for that. Temporary fix until Bukkit is updated.
     
Thread Status:
Not open for further replies.

Share This Page