[ADMN] ClearLag v1.9.1- Clears entities, decreases lag and RAM usage [1.5-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by bob7, Mar 15, 2012.

  1. Offline

    osterbro2100

    How do you run it via console?

    i tryed /lagg clear and lagg clear

    it just shows me how to do it ingame, cause i want to youse it witg mcmyadmins schedule
     
  2. Offline

    bob7

    No need for McMyAdmin scheduler, just use the built in one and change the times within the config.

    Hmm it seems to be more of a java problem..? I've tested this plugin with all of the 1.2.3 builds and it reports back perfectly. Try to update to java 7, if your running a VPS server or dedi and your not sure how message me and i will walk you through. Also try to update to the latest build, this might just be a problem with bukkit i'm not sure.

    That is on bukkit's side, it must not be able to read the scheduler right. Try to fully restart your server and update bukkit to the latest dev.

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

    osterbro2100

    Sry my bad.
    Forgot to update ^^
    How stupid can you be :D?

    Thx for awesome plugin!

    Could you mabey add so it only shows in console when the command is runned?

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

    bob7

    Uhh, maybe.. I will add more options to the config file later on
     
  5. Offline

    osterbro2100

    Cool, thx, cause, ive made it rn every 10second, and its sarting to become prety annoyng!
    Again: AWSOME PLUGIN!
     
  6. Offline

    bob7

    Every 10 sec might not be the best idea lol, I will try to make some time for updating this plugin. I will change the config file a little and add the broadcast disable option :p
     
  7. Offline

    predawnia

    The lagg clear and scheduler is running okay, just getting this message at startup, dunno why.. running CB#2060

    ya! clearing every 10 minutes also clear the inventory drops of people who died and they will lose everything if not get to the drops within 10 minutes. I set mine to 3600 secs.

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

    bob7

    Be careful 2060 isn't a very stable build to be using, please update to the latest dev!
     
  9. Offline

    predawnia

    I just updated to CB#2107 and still the same error
    http://www.pastie.org/3642019
     
  10. Offline

    YoungCrafter

  11. Offline

    osterbro2100

    Works fine on mine server :)
     
  12. Offline

    bob7

    The plugin has been tested and proved working many many times. If your having a problem update the the latest dev build of bukkit. Also i used some java imports that java 6 may not be compatible with, i highly doubt thats what is causing your problems though. If your STILL having problems add me on skype- bob7l.bob7l.bob7l and i will walk you through the steps. The config file doesn't fully regenerate it's self yet so please use the config that was including in the download. I will release a new version tomorrow that has alot more configuration abilities and options, remember this plugins is very new :p
     
  13. Offline

    Doggyroc

    Cant upgrade to java 7 as all my 102 plugins are compiled for java 6 and i wouldn't do that for 1 plugin anyways most servers are running java 6 please compile it for java 6.
     
  14. Offline

    bob7

    Try to update your bukkit, if it still doesn't work i will try to find out why it's not working for you. As you can see this plugin is for R0.3
     
  15. Offline

    spunkiie

    lagg clear doesn't work from console.
     
  16. Offline

    Doggyroc

    Now i have the latest Dev build and it still gives me that error...
     
  17. Offline

    bob7

    Well i just tested this plugin with Java 6 on one of my VPS servers and it ran perfect. What build are you running and are you on a shared server or a dedicated?

    Check it out on my dedicated: minebuilders.me
     
  18. Offline

    spunkiie

    bob7

    The command not working from console got fixed already ?

    thanks
     
  19. Offline

    bob7

    I decided to add in a scheduler instead of the console command allowance sorry.
     
  20. Offline

    DonDav

    hi, the plugin gives me exact the same error as "Doggyroc" described. I have cb#2098 now, but older version of craftbukkit donĀ“t work, too.
    I looked at my servers java and its Java version 1.6.0_20 on a JavaVirtualMashine version 19.0-b09.
    i cant update the java because i rented the minecraft-server at some host, so i hope for a fix...
     
  21. Offline

    jenks1999

    download link doesnt work at this moment. Can you please update. Thanks :)
     
  22. Offline

    MrGKanev

    Can i use this plugin, Nolagg and remote tolkid at the same time?And do you think it will help?
     
  23. Offline

    greyjester

    this is the error i am getting and i have the most updated version of 1.2.3-r0.3 please fix this thank you would love to see what it does and my java version is 1.6.0_31 please fix this error thank you.

    2012-03-24 07:18:22 [SEVERE] Could not load 'plugins\LaggClear.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/minebuilders/laggclear/laggclear : Unsupported major.minor version 51.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:56)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.UnsupportedClassVersionError: me/minebuilders/laggclear/laggclear : Unsupported major.minor version 51.0
    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:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
     
  24. Offline

    bob7

    Here i just compiled a build for java6, would you like to test it?
    http://www.2shared.com/file/W9757TKE/LaggClear.html?
     

    Attached Files:

  25. Offline

    Doggyroc



    I have my tiny little test server run on my laptop also you compiled it for java 6 didn't make a difference must be something else...
     
  26. Is this plugin updated for minecraft 1.2.4? Just wondering
     
  27. Offline

    greyjester

    still not working right might need some tweeking getting the same error
     
  28. Offline

    oOAllstarOo

    can you please update this plugin for 1.2.4? ive been searching for this kind of plugin for ages but found none
     
  29. Offline

    bob7

    Done, if it doesn't work try to use the java-6 compatible build, please note: It hasn't been tested
     
  30. Offline

    stickeric

    Will it kill animals ?
     

Share This Page