Any way to block withers before WG gets updated?

Discussion in 'Bukkit Discussion' started by LEOcab, Oct 29, 2012.

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

    LEOcab

    I'm pretty sure my players can conjure up a wither faster than sk89q can code a new WorldGuard flag to block wither grief. Is there any way to block spawning withers and/or their terrain damage? Thanks in advance!
     
  2. Offline

    Necrodoom

    devbuilds of essentialsprotect has updated to include wither protection, if you use it.
     
  3. Offline

    Gnyf

  4. Offline

    LEOcab

    I use Essentials but not EssentialsProtect... Might have to get that if WG doesn't update soon.

    There's nothing in the changelog about any 1.4 features, even though some builds are of today.
     
  5. Offline

    ebildude123

  6. Offline

    TerrorBite

    I am currently successfully blocking Withers from being spawned by adding "wither" to the "deny-spawn" region flag on my WorldGuard regions.

    Code:
    /region flag __global__ deny-spawn wither
    I'm still on Build 643 of WorldGuard (built August 23, well before the Wither existed) so it seems WorldGuard is blocking the Wither by name via Bukkit's updated list of mob types.
     
  7. Offline

    zipfe

    Put 397 into blacklist.txt,

    Code:
    [397]
    on-use=deny,notify
    
    then they can't place the skulls to make the wither spawn. Bit rude, but works until WG can do it properly.
     
  8. Offline

    TNTUP


    Find this "mob:" option in WG's config and add this:


    mobs:
    block-creature-spawn:
    - witherboss


    Adding this blocks out Wither spawning. On my server its working.
     
  9. Offline

    GRPGamer

    Development builds are for testing ONLY. Not for production servers. If you are using it on your server with players on, that is your choice. You will however have to wait for the plugins to update.
     
  10. Offline

    Gnyf

Thread Status:
Not open for further replies.

Share This Page