[AntiLink - Simple chat link blocking] Version: v0.5 Simple little plugin for the new Minecraft update that blocks all common top-level domain. It's main use is to help prevent malicious links and link spam upon 1.2.4 RB. Features: Blocks .com, .org, .net, .us, .ca, .biz, .info, and .xxx domains by default Allows exceptions to certain sites Has absolute bypass permission node (OP or 'AntiLink.Allow'). Logs a users chat attempt in console. BukkitDev
This is great - Would it be possible to make it configurable where we could list domain extensions to deny linking? Such as .co, .tk, .co.cc, .xxx.?
Am I doing something wrong? -Using bukkit #2117 Code: 2012-03-25 09:28:31 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2-83-gcb50fd6-b2117jnks (MC: 1.2.4) (Implementing API version 1.2.4-R0.1-SNAPSHOT) 2012-03-25 09:28:31 [SEVERE] Could not load 'plugins\AntiLink.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Zaros/AntiLink/AntiLink : 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:53) 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/Zaros/AntiLink/AntiLink : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) 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.ClassLoader.loadClassInternal(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) ... 8 more
Any chance of a feature where we can allow certain domains? I don't want my server's website to be blocked.
Mikeambrose3 chaseoes Update to 0.2: Added a configuration file Added a configurable list of blocked domains Added a configurable list of exceptions BukkitDev
Add .tk because all of the beginning people and that are too poor or too lazy to buy a real domain use it.
is .no block supported ? , i'm in norway and we are using .no and it would be nice to block all other sides with .no .
BenErGeek Domains that are blocked are customizable. You could add .cheese and it would block it, it just wouldn't be a clickable link otherwise. Mrchasez Interesting. Maybe its a new feature in bukkit.