Inactive [ADMN/SEC] CFBanner v2.10 - Get rid of Zombe & Rei's Minimap Forever! [1.0.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by CainFoool, Jul 23, 2011.

  1. Offline

    CainFoool

    [​IMG]
    [​IMG][​IMG]
    What is CFBanner?
    CFBanner is the one way you can stop Zombe Mods from being used on your server. This blocks flying, noclip and general all-around cheats.​
    What are the Permission Nodes?
    cfbanner.zombe.fly​
    cfbanner.zombe.cheat​
    cfbanner.zombe.noclip​
    cfbanner.rei.minimap​
    Features
    Blocks Zombe Client Modification "AND REI'S MINIMAP!"​
    Changelog:
    v2.10 - Fixed Zombe, added Rei Support​
    v2.00 - Completely rewritten, Bukkit Perm Support​
     
  2. Offline

    fffizzz

    @CainFoool the problem us and many other are having is that even when you have the perms to allow you to bypass the check, it still stops you from using Zombe.

    Im using bPermissions in case it matters, which is super perms compliant
     
  3. Offline

    Pythros

    Have you checked your dev.bukkit.org page? Seems A LOT of people are complaining about it over there.
     
  4. Offline

    ibreaktoucher

    PLEASE UPDATE
     
  5. Offline

    fffizzz

    To the people saying "PLEASE UPDATE", help the dev by specifying what doesnt work as he doesnt seem to be having an issue.

    For me, CFBanner does its job, but too well! even people with perms are not able to bypass it like before.
     
  6. Offline

    CainFoool

    I honestly don't get why people are having trouble with this plugin.
    I have tested this on several different servers, with all permissions, and it works fine.
    :/
     
  7. Offline

    Tarnacki

    15 and I am just saying >.< How about:
    "team with no life that has a chance of ruining some of your server's buildings due to a lack of protection"
     
    CainFoool likes this.
  8. Offline

    ShaDooM

    That sounds fitting :)
     
  9. Offline

    guyag

    The kick issue is not really a bug per se - the code is doing exactly what the author told it to do

    Code:
            if(!PermissionsClass.pCheck(e.getPlayer(), "cf.allowfly") || !PermissionsClass.pCheck(e.getPlayer(), "cf.allowfly"))
            {
                if(CFBanner.cfg.getProperty("kick.kick-player-if-client-detected").equals(true))
                {
                    e.getPlayer().kickPlayer(CFBanner.cfg.getProperty("kick.kickmessage").toString());
                }
            }
    Basically
    If the player does not have the permission node "cf.allowfly" OR "cf.allowfly" (which should be cf.allowcheat), one glitch.
    Then, if the config option kick if client is installed = true
    Kick the person

    Notice it does not differentiate between whether people have or haven't got the client, it simply refers to permission nodes with no regard to what has been established above. This is just poor coding. However, I can't say that this is totally the authors fault - CJB/Zombe doesn't appear to return anything as confirmation that the client has been disabled, or indeed if the player has a client, so perhaps the kick option is impossible to implement. Regardless, I really like this plugin - it is very useful.
     
  10. @guyag
    I also looked at the code. I needed a confirmation from CainFoool about maybe he have a "secret" version that does that but it's unlikely.
    Although I can easily replace CFBanner with CommandBook I don't do it cuz I'm not sure whether my other stupid admins will forget that.
    BUT: A nice idea is add Rei's Minimap support to CFBanner what I'll probably do for myself.
     
  11. Offline

    guyag

    @VADemon
    But does rei's also have a backdoor? Because that's what this relies on.
     
  12. @guyag
    Well... there're some functions disabled by default.
    http://www.minecraftforum.net/topic/482147-100b181b19pre5jan01-reis-minimap-v29-01/
     
  13. Offline

    CainFoool

  14. Offline

    CainFoool

    CFBanner has been updated to v2 and support is being maintained by me again!
     
    gameswereus likes this.
  15. Offline

    xSteven

    I downloaded v2.0 but I can still use Zombe.
     
  16. Offline

    CainFoool

    Are you using the latest Zombe Version?
     
  17. Offline

    xSteven

    Yes
     
  18. Offline

    bobeeb

    same for me
    bukkit 1818 RB
    PermissionEX 1.17

    no permission nodes in the groups are set, cjb mod for 1.1 and i still can connect and use xray and radar even with kick true i can connect
     
  19. Offline

    XtenD

    Holy shi~ he is updated.
     
  20. Offline

    spunkiie

    Same here. Stopped blocking cjb with that new 2.0 release.
     
  21. Offline

    Deathfromace

    Block as many cheats as possible! And looking forward when people says this actually works.
     
  22. Offline

    CainFoool

    CJB has removed support (Supposedly, I haven't seen the blocking code for it) so it cannot be blocked.
    As for Zombe, I am not too sure.
     
  23. Offline

    andrewkm

    CainFoool
    Your preffered download link leads to a 2.0.0 download -as per the plugin.yml- which does NOT block xray from CJB pack.
    --
    Your 1.9.3 version still works fine however.
    This is with testing using 1.1 RB CB
    Should change links/or fix :p Thank you - And much respects for the wonderful plugin.
     
  24. Offline

    The PC Tech Guy

    I guess tanzanite silently removed the code! We should bring this up on the forum, as these sorts of mods are not allowed to be published on the Minecraft forum without a way for the server admin to block it!
     
  25. Offline

    gawelium

    Hi ! Great plugin. I hope an update for 1.1 will coming :)
     
  26. Offline

    enkious

    This plugin No longer works.. Deleted.
     
  27. Offline

    guitarman206

    Mine still lets me use flying and noclip even afte r i install it i don't c a folder for it after the installation this is with RB 1.1
     
  28. Offline

    fromgate

    Anyone know blockcodes for CJB's x-ray, radar, cheats?
     
  29. Offline

    Deathfromace

    Guess i'm taking this off as well if it no longer works :(
     

Share This Page