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

    dirkson

    Thanks!
     
  3. Offline

    flying_pancake

    With messages set to disabled, when I log in to the server with a client that has zombe mod, but no permissions, 4 blank lines show up and push my MOTD off the screen.

    Screenshot below.
    [​IMG]

    If these blank lines are necessary, would it be possible to print them before the MOTD is printed? I use CommandBook for MOTD.
     
  4. Offline

    CainFoool

    I will optimize it to one blank line in the next version. ;)
     
  5. Offline

    flying_pancake

  6. Offline

    xFli3r

    Thank you :D Ive been trying to find a plugin like this for a while :D
    Thanks!!
     
  7. Offline

    Ross Gosling

    @CainFoool

    Can you create a version of this plugin that doesnt use permissions but defaults to ops so hat they can use the zombe mods while non-ops cannot
     
  8. Offline

    CainFoool

    I think it already does, I am not too sure.
     
  9. Offline

    Kalais

  10. Offline

    CainFoool

  11. Offline

    Kalais

    Yes, a few of my users were suspiciously going straight to diamond and admitted to using this.
     
  12. Offline

    CainFoool

    I'll look into it. For now I suggest to block the crafting of compasses.
     
  13. Offline

    dirkson

    This module appears to run after MCDocs motd. Is there a way to make it run before? (So that the motd isn't shoved up beyond easy readability by "empty" cfbanner lines)
     
  14. Offline

    Muffin89

    Is there any way you could disable pickaclient with this? Or if they use pickaclient they get kicked with reason: Uninstall pickaclient before joining again.

    Just a question sorry if its stupid :)
     
  15. Offline

    CainFoool

    Im going to be pushing an update soon which should fix that.
    - Cain
     
  16. Offline

    blindsarcasm

    Its listening for spout but cannot find it I presume? I dunno java. I am just assuming that it wants to find spout and activate an event.

    Edit: After reading your post again

    Version: 1000
    Problem: Doesn't work.

    You wrote in your changelog that spout was optional...so now what?

    Code:
    22:28:35 [SEVERE] Could not load 'plugins\CFBanner.jar' in folder 'plugins':
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: org/getspout/spoutapi/event/spout/SpoutListener
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(Unknown Source)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$000(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at me.cain.cfbanner.CFBanner.<init>(CFBanner.java:28)
            ... 13 more
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.event.spout.SpoutListener
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 27 more
    
     
  17. Offline

    CainFoool

    Download Spout for now.
     
  18. Offline

    blindsarcasm

    Ok. After seeing what you wrote, I have spout. But Every player that joins loads the chunk they are standing on, and disconnects after 20 seconds with EndOfStream errors.
     
  19. Offline

    CainFoool

    Not on my side. Spout's problem.
     
  20. Offline

    Geoff Winans

    What does Spout provide that this plugin needs?

    Spout is a very consistently buggy platform right now and is highly prone to breakage (due to the high flux nature of it). A version that does not require Spout would be nice (or, better, a soft dependency so it'll work without Spout). I'm not well-versed in java, but perusing what code I could, I didn't see anything that was heavily spout-dependent.

    This plugin is currently not usable on my server due to the latest revisions of Spout having serious problems.
     
  21. Offline

    scranner

    @CainFoool

    have a request, we are trying to make a pvp map but the issue is we cant have fly mods as they have too big an advantage. is it possible it add some config that allows you set a time in seconds that, once you have been hit will disable your zombe mod and wont allow you to activate it so i go into combat and get hit or hit somebody for 30 seconds my zombe banner is deactivated and cant be reactavated for 30 seconds till i have left combat
     
  22. Offline

    CainFoool

    I use a fairly stable Spout dev build in my ZombeBanner.
    This plugin only has a little message on the bottom-right of your screen saying that CFBanner is enabled and gives you a Notification upon login.

    Funny enough I did make a softdepend but it still gives crazy errors.
     
  23. Offline

    Sejsel

    Using Modloader + Too Many Items + MineColony + Clay Soldiers + CJB Mods and i still can use 'em even if i do not have any permissions
     
  24. Offline

    CainFoool

    Yeah I completely forgot about that when I pushed the last update, fixing now.
     
  25. Offline

    scranner

    @CainFoool

    is there any posibility of my request becoming reality?
     
  26. Offline

    CainFoool

    That would be an epic feature but this plugin is not meant for that really.
     
  27. Offline

    scranner

    ok thanks anyway, would have solved all our problems but we will find another way thanks.
     
  28. Offline

    CainFoool

    1.7.2
    - Fixed a ton of bugs
    - Now you can choose whether or not you want the "CFBanner is on" the screen in Spout in Config.
     
  29. Offline

    spiritwo

    Does this plugin support permissions 3.x? Because on my server I got it configured but it just says that you aren't allowed to use the fly mod, but doesn't stop you from using it like it should.
     
  30. Offline

    CainFoool

    I added Permissions 2.x support, Permissions 3.x should work aswell though. Are you sure you are using the right nodes and have you reconnected after giving your group the nodes?
     

Share This Page