Inactive [SEC] No_Grief Collection v3 - Now with No_Grief Spy, 6,000+ dl's![1.2.5-R1]

Discussion in 'Inactive/Unsupported Plugins' started by sayaad, Jul 12, 2011.

  1. Offline

    sayaad

  2. Offline

    Grammar Troll

    YOUR > YOU'RE
     
    Lord Sugar likes this.
  3. Offline

    beatcomet

    No really useful against TNT users because if you place TNT at the end of powered redstone wire the TNT will explode even if you call event.setCancelled(true); or block.setTypeid(0);
     
    Ronny Hålmås and sayaad like this.
  4. Offline

    sayaad

    hmmm ill work on that thanks for telling me
     
  5. Offline

    beatcomet

    You're welcome, I found this problem when I tried to create my own warning system...
    Good luck :)

    By the way, You can make you code shorter by just using ||
    example :
    Code:java
    1. if(block.getTypeid() == 46 || block.getTypeid() == 10 || and so on)
    2. {
    3. block.setTypeid(0);
    4. }


    You can also use switch :

    Code:java
    1. switch(block.getTypeid()){
    2. case 46:
    3. case 11:
    4. block.setTypeid(0);
    5. break;
    6.  
     
  6. Offline

    Plague

    if you want to post the source, use proper bbtags, like CODE and SPOILER
     
  7. Offline

    sayaad

    edited
     
  8. Offline

    Plague

    edited the title, but you have 965 i the title, you hsould use latest recommended versions not development ones
     
  9. Offline

    sayaad

    done :)
    and i must say...posting the plugin is harder than making it -.-
     
  10. Offline

    Plague

    Umm, no it's not...
    Support is always more demanding on time than coding.
     
  11. Offline

    sayaad

    -.- what did i do wrong?
     
  12. Offline

    Plague

    the CB version in the title is not latest recommended
     
  13. Offline

    AlbireoX

    Use event.setCancelled(true)

    EDIT: I couldn't help it:

    What kind of bug larva does it delete? Zombie larva? Skeleton larva? XD
     
  14. Offline

    sayaad

    uh
    im trying to get it to delete bucket larva but it currently deletes spawned larva (id no.10)
     
  15. Offline

    beatcomet

    it's lava not larva xD
     
  16. Offline

    AlbireoX

    You didn't get the joke :(
     
  17. Offline

    beatcomet

    what joke :confused:

    Click me (open)

    Just kidding :)
     
  18. Offline

    Jaker232

    Larva? There is no larva in Minecraft, you might want to re-check this over again.
     
  19. Offline

    harrisonduell

    Worked fine, i got my NPC grief tester and he couldnt do much lol
     
  20. Offline

    Backtrack3d

    So is it working? I'm looking for a nice TNT prevention thing other then essentials. Can you tell me If the tnt will will go off if you place it on top of a torch?
    Cheers, Cody.
     
  21. Offline

    sayaad

    umm no i hope not...i didn't test that yet but what this plugin does is simply replace the block with air disabling fire spread and anything on placement...
     
  22. Offline

    Teh Kitteh

    Placed it in the plugins folder, and people can still place lava.
     
  23. Offline

    sayaad

    ops can place lava and im trying to fix bucket lava
     
  24. Offline

    Riggedid

    I thought this was pretty good... Until I realized buckets worked and hell let loose while I afk'd... ^^
    Please fix this asap.
     
  25. Offline

    crazyish

    Second that, my op's who are the only one who can spawn by codes, are not griefers and do not supply griefers with lava, so the only lava i actually worry about, is bucket lava..
     
  26. Offline

    Hamad

    is fire flint and steel?
     
  27. Offline

    sayaad

    yes it deletes placed fire by spawnedfire (id no.52) and flint and steel

    u guys want me to add auto-kick cuz i can do that in like 5 seconds

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  28. Offline

    Ryan56k

    I think you should get the bucket lava fixed as soon as possible. because so far this is the best anti-grief I've come across. I'll use it if that gets fixed. :)
     
    sayaad likes this.
  29. Offline

    sayaad

    The wait is finally over! Lava placed by a bucket is not deleted <3

    Hint Hint* next update will log who placed what and where (co-ordinents)
     
  30. Offline

    Ryan56k

    Thank you!
     

Share This Page