Inactive [GEN/ADMN] Dynamic Effect Whitelist V1.3.0 - Using MySQL [2116+]

Discussion in 'Inactive/Unsupported Plugins' started by blackvoid, Mar 26, 2011.

  1. Offline

    blackvoid

    Rockmaclu likes this.
  2. Offline

    blackvoid

    It doesnt work for 1.2 yet because I havn't change a few things which have changed in the way you create plugins for 1.2
    I will do this as soon as I get the time.
     
  3. Awesome thanks.
     
  4. Offline

    youtous

    Can you add an ban option with a boolean in the SQL base ?
     
  5. Offline

    FunCraft

    I'll greatly appreciate if you update it very fast!I know that this plugin isn't dead and I want to see an update of it!My hole server counts on this plugin.Thanks.
     
  6. Offline

    2xAA

    Awesome dude ^^
    Sorry to sound pushy, but any timescale of getting this updated for 1.2(.3)?

    Like FunCraft there, I rely on this amazing plugin completely.
     
  7. Offline

    blackvoid

    Update is out. http://dev.bukkit.org/server-mods/dynamic-effect-whitelist/
    If you dont get 1.1 when you click download check the files tab.
    May I ask why you want a ban option for a whitelist plugin?
     
  8. Offline

    youtous

    Because if your Sql base is in a custum field in a forum, you can add a boolean far ban the user, but now I use a ban plugin.
     
  9. Offline

    blackvoid

    This plugin is ment to be simple in other words I wont add stuff that doesn't have anything to do with the whitelist.
    Sorry, but I dont want to make this plugin bloated.
    If you want you can add it yourself and create a custom SQL query that wont allow banned users, but you cant set the ban column from MC.
     
  10. Offline

    Buckethead

    OK i have 3 servers in 3 differnt places. is it possible to sync these whitelists across thee internet. Im trying to set up a pay to play thing with my server in conjunction with buycraft is y i need this.
     
  11. Offline

    blackvoid

    If you have a webserver you can set the whitelist to retrive the whitelist from the php script.
    Also please post comments on the plugins bukkit dev page instead.
     
  12. Offline

    Buckethead

    ok. i just hate using the dev cuz i dont get alerts the same way and from subscribing i end up having like 12,000 emails a day and cant filter them out.
     
  13. Offline

    MisanthropX

    Hi!
    I got a problem with PlayerLoginEvent

    The settings are correct, it does even block nonwhitelisted people and allow whitelisted problem.
    Any ideas?

    Code:
    11:44:23 [SCHWERWIEGEND] Could not pass event PlayerLoginEvent to Dynamic Effect Whitelist
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
            at net.minecraft.server.ServerConfigurationManager.attemptLogin(ServerConfigurationManager.java:227)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:102)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
            at com.dynamiceffect.whitelist.DynamicEffectPlayerListener.onPlayerLogin(DynamicEffectPlayerListener.java:30)
            at sun.reflect.GeneratedMethodAccessor145.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:616)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
            ... 9 more
    

    I FIXED IT!

    It was the error that I used a wrong message.. cause I used : in the message.
     
  14. Offline

    blackvoid

    Ok, great.
     

Share This Page