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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    This post has been edited 15 times. It was last edited by sayaad Jan 6, 2012.
  2.  
  3. Offline

    Grammar Troll

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    YOUR > YOU'RE
    Lord Sugar likes this.
  4. Offline

    beatcomet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  5. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hmmm ill work on that thanks for telling me
  6. Offline

    beatcomet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.  
  7. Offline

    Plague

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    if you want to post the source, use proper bbtags, like CODE and SPOILER
  8. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  9. Offline

    Plague

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    edited the title, but you have 965 i the title, you hsould use latest recommended versions not development ones
  10. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    done :)
    and i must say...posting the plugin is harder than making it -.-
  11. Offline

    Plague

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Umm, no it's not...
    Support is always more demanding on time than coding.
  12. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    -.- what did i do wrong?
  13. Offline

    Plague

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    the CB version in the title is not latest recommended
  14. Offline

    AlbireoX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Use event.setCancelled(true)

    EDIT: I couldn't help it:

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

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    uh
    im trying to get it to delete bucket larva but it currently deletes spawned larva (id no.10)
  16. Offline

    beatcomet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    it's lava not larva xD
  17. Offline

    AlbireoX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You didn't get the joke :(
  18. Offline

    beatcomet

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    what joke :confused:


    Just kidding :)
  19. Offline

    Jaker232

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Larva? There is no larva in Minecraft, you might want to re-check this over again.
  20. Offline

    harrisonduell

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Worked fine, i got my NPC grief tester and he couldnt do much lol
  21. Offline

    Backtrack3d

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  22. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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...
  23. Offline

    Teh Kitteh

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Placed it in the plugins folder, and people can still place lava.
  24. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ops can place lava and im trying to fix bucket lava
  25. Offline

    Riggedid

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I thought this was pretty good... Until I realized buckets worked and hell let loose while I afk'd... ^^
    Please fix this asap.
  26. Offline

    crazyish

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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..
  27. Offline

    Hamad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    is fire flint and steel?
  28. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yes it deletes placed fire by spawnedfire (id no.52) and flint and steel
  29. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    u guys want me to add auto-kick cuz i can do that in like 5 seconds

    This post has been edited 1 time. It was last edited by sayaad Sep 4, 2011.
  30. Offline

    Ryan56k

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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.
  31. Offline

    sayaad

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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)

Share This Page