Current Version: v1.1.0 Bukkit Project Files
LagFun is a plugin that changes instances of the word 'lag' to 'fun' when they are posted in the chat.
It uses the following Regex: \b[Ll]+\s*[Aa]+\s*[Gg]+ whenever a chat message is sent to filter out the word 'lag' and derivatives of it.
Note: this means words like 'lagoon' are also caught in order to change words like 'lagtastic' to 'funtastic' and etc.
regex -- allows for custom filtering using regular expressionshttps://github.com/level1kid/LagFun
