konsolas submitted a new resource: AntiLag - A simple anti-lag plugin that actually works. Read more about this resource...
konsolas updated AntiLag with a new update entry: Made AntiLag more friendly to farms Read the rest of this update entry...
First of all, this is a great plugin. However, I do have a few suggestions: ~ Add a config file. a. What number to count down from [default = 10]. b. Which entities to not have removed. c. Ability to exclude certain worlds from the auto removal. d. Ability to change messages. ~ Add commands. a. "/antilag remove" -- Manually removes entities (similar to ClearLagg). b. "/antilag" -- Shows the plugin's version (not necessary -- just nice to have. Similar to AAC's "/aac" command). c. "/antilag chunk" -- Shows chunk with most entities (similar to ClearLagg; I find it useful, but would like to use this rather than ClearLagg).
konsolas updated AntiLag with a new update entry: Added /antilag Read the rest of this update entry...
Armor stands must not be deleted by default as you are risking to delete regular players armor stands with expensive armors on them...
The plugin is working very efficency in my server, just added it and now I can see the changes, but theres one problem, I don't want those messages to showing up because they are likely spam, is it possible to add a config with configuration?
[01:52:28 ERROR]: Could not load 'plugins/AntiLag.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/konsolas/antilag/AntiLag : Unsupported major.minor version 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:864) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.Bukkit.reload(Bukkit.java:301) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer$1.evaluate(MinecraftServer.java:960) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer$1.evaluate(MinecraftServer.java:951) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.craftbukkit.v1_7_R4.util.Waitable.run(Waitable.java:24) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:647) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] Caused by: java.lang.UnsupportedClassVersionError: me/konsolas/antilag/AntiLag : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_75] at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_75] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_75] at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_75] at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_75] at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_75] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_75] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_75] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_75] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_75] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_75] at java.lang.Class.forName0(Native Method) ~[?:1.7.0_75] at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_75] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-1.7.9-R0.2-208-ge0f2e95] ... 17 more
konsolas updated AntiLag with a new update entry: Armor stands no longer removed Read the rest of this update entry...
konsolas updated AntiLag with a new update entry: Added config.yml Read the rest of this update entry...
konsolas updated AntiLag with a new update entry: Configuration file! Read the rest of this update entry...
Is it possible to add an option to disable/enable the countdown removal? because i am using clearlagg with this plugin together and I want only clearlag to clear entities but this plugin does prevent some lag so if you can add this to config I'll be very happy.
konsolas updated AntiLag with a new update entry: Because some idiots think it's possible to recover from 12 TPS Read the rest of this update entry...
konsolas updated AntiLag with a new update entry: No longer removes item frames Read the rest of this update entry...
will this plugin remove mobs with custom names? I use ConquestiaMobs and all the mobs are renamed like [Level 10] Spider that kind of thing I ask this because World Guard's //butcher doesn't remove the mobs.