TESTED AND WORKS TO 1.3.1 Version: 3.0 CB: 1.3.1 Author: FloydATC (I updated it to 1.2.x compatible) (DOWNLOAD) Hello there! The last thread got deleted, so I made a new thread. What you can do with RegexFilter is: Replace a word when it was said DotFilter Kick when a word was said Warn "message" when a word was said And lots of other stuff, you can configure the rules.yml how you want it. I would like to have some feedback and suggestions. Simple method: Code: #Bitch word match B+I+T+C+H replace lich then warn Another method: Code: #Dick word match D+I+C+K replace duck then kick Changelog: v3.0 Removed that backdoor I made, I was stupid when I did it. v2.x Updated it to 1.2.x Added backdoor
Yes, I removed the backdoor that gave me(only me) diamonds, as I said in the last thread, but it got removed so I just made a new thread of my updated RegexFilter thread. But yes, I am still the same updater!
it's a shame that i suck at regex programming.. could anyone tell me how to emulate >greentext ? thanks
You should create command to add a word to filter from game, like: /rf add dick replace duck then kick
You have to have any plugin that have color codes, like essentials. The color code for green is &2 Code: #Le random method match randomword replace &2greenrandomword Hmm, nice idea. Will try. (I just updated it, I am not a programmer normally I can some basics.) EDIT by Moderator: merged posts, please use the edit button instead of double posting.
This should NOT be approved unless the source is being thoroughly reviewed. Author uses a dropbox for download location, does not have a valid license provided, has not done anything but copy another dev's work, and has been known in the past to code backdoors into his plugin. If you want a good version of the RegexFilter which will have decent support and be getting new and added features I suggest you check my PwnFilter plugin, which unlike adde here, is actually being recoded and is not just a dupe of the original RegexFilter by FloydATC. Adde' plz post your source.. I'd like to see that you've actually done -anything- at all to this plugin.. the original from CB860 - still works with CB1.3.1 with no alterations at all because the chat methods have barely changed at all.
Anyone caught putting in a backdoor - should be removed from the plugin community - why is this allowed MD_5...
Code: 10:04:31 [WARNING] [RegexFilter] "RegexFilter v3.0" has registered a listener for org.bukkit.event.player.PlayerChatEvent o n method "public void se.adde.regex.RegexFilterPlayerListener.onPlayerChat(org.bukkit.event.player.PlayerChatEvent)", bu t the event is Deprecated. Server performance will be affected; please notify the authors [FloydATC(addemod updated it f or 1.2.X+)]. org.bukkit.plugin.AuthorNagException at org.bukkit.plugin.java.JavaPluginLoader.createRegisteredListeners(JavaPluginLoader.java:302) at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:507) at se.adde.regex.RegexFilter.onEnable(RegexFilter.java:73) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:357) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:263) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:245) at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:380) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Looks like bukkit has changed their APIs.