Furry Filter
Randomly converts chat messages into "furry speak" with word replacements and text transformations. :3
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Furry Filter
The silliest chat plugin you'll install/ want to add some weird stuff to chat. Randomly transforms player messages into "furry speak" - watch "This is awesome!" become "dis is pawsome uwu!" without warning.
Why Use This
Perfect for lighthearted SMP servers where chat is active and the community has a sense of humor. I use it on my server just to add some fun and spice to chat.
Examples
Having OwO added onto a message

##Replace existing words**

Commands
- None
Permissions
- ```furryfilter.use``` - Allows the player to be affected by the furry speak - ```furryfilter.bypass``` - Explicit permission to have the player not be affected by furry speak. Useful if you want to turn it off for a specific player.
Config
```
================================
Furry Filter Configuration File
================================
Activation Chance Percentage
Set to 100 to convert every message
activation-chance: 2
Text Transformations
Enable/disable specific text transformation rules
transformations:
Replace 'r' with 'w' (e.g., "great" -> "gweat")
r-to-w: true
Insert 'y' after 'n' (e.g., "fun" -> "funy")
y-after-n: true
Add random suffix at end of message (e.g., "uwu", "owo", ":3")
random-suffix: true
Word Mappings
When the filter activates, replace the words
in the player's messages with the following
Format: "original: replacement"
word-mappings:
Furry-specific terms
"awesome": "pawsome" "awful": "pawful" "bite": "nom" "bye": "bai" "celebrity": "popufur" "child": "cub" "disease": "pathOwOgen" "dog": "good boy" "fuck": "fluff" "hand": "paw" "foot": "paw" "hell": "hecc" "hi": "hai" "kiss": "lick" "lmao": "hehe~~" "lol": "hehe~~" "love": "wuv" "perfect": "purrfect" "persona": "fursona" "pervert": "furvert" "police": "pawlice" "police department": "PAW patrol" "roar": "rawr" "shout": "awoo" "source": "sauce" "this": "dis" "toe": "toe bean" "what": "wat" "you": "chu" "your": "ur" "new": "nyew" "the": "da" "to": "ta" "that": "dat" "have": "hev" "for": "fur" "with": "wif" "anger": "angie >:(" "angry": "angie >:(" "bad": "poopoo" "beautiful": "fur-tastic" "boss": "alpha" "cat": "kitty" "cool": "paw-some" "cute": "adorable" "danger": "!!!" "dangerous": "!!!" "drink": "slurp" "eat": "nom-nom" "enemy": "meanie" "excited": "waggy" "fear": "big scared" "scared": "big scared" "scary": "big scared" "friend": "fweinds" "game": "bideo game :3" "games": "bideo game :3" "happy": "EXCITE" "hug": "snuggle" "human": "hooman" "hurt": "ouchie" "jump": "pounce" "lazy": "paws-off" "me": "mi" "nap": "eep" "sleep": "eep" "no": "nuuu" "party": "paw-ty" "home": "den" ",": "~" ";": "~" "!": " owo!" "?": " uwu?" ":)": " :3" ":O": " OwO" ":D": " UwU" "xD": " x3"
Random Suffixes
Random words/emoticons that will be added to the end of messages
One will be randomly selected each time
random-suffixes: - "x3" - "xD" - "uwu" - "owo" - "UwU" - "OwO" - ":3" - "teehee" - "rawr" - "meow" - "woof" ```