flow
🟠 Updated over a year ago🖼️ Gallery (2 images)
🔍 Analysis
- 🏆 #33 of 62 decoration mods in this game by downloads
📋 About This Mod
# Flow - Reimagining Communication in Minecraft ## Elegance in Every Detail Flow isn't just a chat plugin. It's a completely reimagined way of communicating in Minecraft, where every detail is meticulously crafted. Minimalist. Intuitive. Revolutionary. ### ✨ The Magic of Simplicity - **Local Chat** Communicate naturally with nearby players - **Global Chat** Add "!" at the start of your message - and the whole server will hear you - **Smart Tooltips** Hover for important information - **Instant Messages** Private communication with a single click ### 🎨 Social Features - **Mentions** Tag players with @username for instant notifications - **Emojis** Express yourself with built-in emoji support - **Anti-Spam** Smart protection against chat abuse - **Chat Filter** Keep conversations clean automatically - **Ignore System** Control who you interact with ### 🔧 Player Settings - **Private Messages Control** Enable or disable private messages - **AFK System** Set your status and custom AFK message - **Personal Settings GUI** Easy-to-use interface for all player settings ### 🎨 Limitless Customization Customize Flow to your needs: - Full PlaceholderAPI support - Flexible message formats - Interactive tooltips - LuckPerms integration ### ⚡️ Performance Built for speed: - Asynchronous processing - Optimized code - Minimal overhead ## 🌟 Perfect for Any Server | Server Type | Compatibility | |-------------|---------------| | Anarchy | ✓ | | PvP | ✓ | | Duels | ✓ | | RPG | ✓ | ## 📝 Configuration Guide ### Basic Settings ```yaml # Radius for local chat in blocks local-chat-radius: 100 # Prefix for global messages global-chat-prefix: '!' # Time format for timestamps time-format: 'HH:mm:ss' ``` ### Message Formats Customize how messages appear in different chat types: ```yaml format: # Local chat format local: '%luckperms_prefix%%player_name% &8→ &f%message%' # Global chat format global: '&6 %luckperms_prefix%%player_name% &8→ &f%message%' # Private messages format private: outgoing: '&d→ &7%recipient%&8: &f%message%' incoming: '&dFrom &7%sender%&8: &f%message%' ``` ### Player Settings Configure personal settings for each player: ```yaml settings: # Default AFK message default-afk-message: "I am currently AFK. I will respond when I return." # Default settings state default-settings: private-messages-enabled: true afk-status: false ``` ### Messages Customization All plugin messages can be customized in messages.yml: ```yaml messages: private-messages: disabled-sender: "&cYou have private messages disabled!" disabled-recipient: "&cThis player has private messages disabled!" player-afk: "&7%player% is AFK: %message%" settings: private-messages-enabled: "&aPrivate messages enabled!" private-messages-disabled: "&cPrivate messages disabled!" afk-enabled: "&aAFK status enabled!" afk-disabled: "&cAFK status disabled!" ``` ### Hover Effects Configure tooltips that appear when hovering over messages: ```yaml hover: enabled: true format: - '&8&m ' - '' - ' &fPlayer: &7%player_name%' - ' &fRank: &7%luckperms_prefix%' - ' &fPing: &7%player_ping%ms' - '' - ' &fTime: &7%time%' - '' - ' &7Click to message' - '' - '&8&m ' ``` ### Anti-Spam Protection Prevent chat abuse with customizable limits: ```yaml anti-spam: enabled: true cooldown: 2 # Seconds between messages max-messages: 5 # Maximum messages time-window: 10 # Time window in seconds ``` ### Chat Filter Keep your chat clean with word filtering: ```yaml chat-filter: enabled: true banned-words: - "word1" - "word2" ``` ### Emoji System Add expressive emojis to your chat: ```yaml emojis: ':heart:': '❤' ':star:': '⭐' ':smile:': '☺' ':fire:': '🔥' ':rainbow:': '🌈' # And many more... ``` ### Mention System Configure how player mentions work: ```yaml mentions: format: '§e@%player%§r' sound: enabled: true type: 'ENTITY_EXPERIENCE_ORB_PICKUP' volume: 1.0 pitch: 1.0 title: enabled: true text: '§eMention from %player%' ``` ### Color Schemes Define default colors for chat elements: ```yaml colors: name: '&7' # Player names arrow: '&8' # Arrows in format message: '&f' # Message text ``` ### PlaceholderAPI Integration Flow supports all PlaceholderAPI expansions: - `%luckperms_prefix%` - Player's prefix - `%luckperms_suffix%` - Player's suffix - `%player_name%` - Player's name - `%player_ping%` - Player's ping - `%player_world%` - Player's world ### Permissions - `flow.reload` - Access to /flowreload - `flow.bypass.filter` - Bypass chat filter - `flow.bypass.antispam` - Bypass anti-spam - `flow.emojis` - Use emojis in chat - `flow.color` - Use color codes in chat ### C
# Flow - Reimagining Communication in Minecraft
## Elegance in Every Detail
Flow isn't just a chat plugin. It's a completely reimagined way of communicating in Minecraft, where every detail is meticulously crafted. Minimalist. Intuitive. Revolutionary.
### ✨ The Magic of Simplicity
- Local Chat
- Communicate naturally with nearby players
- Global Chat
- Add "!" at the start of your message - and the whole server will hear you
- Smart Tooltips
- Hover for important information
- Instant Messages
- Private communication with a single click
### 🎨 Social Features
- Mentions
- Tag players with @username for instant notifications
- Emojis
- Express yourself with built-in emoji support
- Anti-Spam
- Smart protection against chat abuse
- Chat Filter
- Keep conversations clean automatically
- Ignore System
- Control who you interact with
### 🔧 Player Settings
- Private Messages Control
- Enable or disable private messages
- AFK System
- Set your status and custom AFK message
- Personal Settings GUI
- Easy-to-use interface for all player settings
### 🎨 Limitless Customization
Customize Flow to your needs: - Full PlaceholderAPI support - Flexible message formats - Interactive tooltips - LuckPerms integration
### ⚡️ Performance
Built for speed: - Asynchronous processing - Optimized code - Minimal overhead
## 🌟 Perfect for Any Server
| Server Type | Compatibility | |-------------|---------------| | Anarchy | ✓ | | PvP | ✓ | | Duels | ✓ | | RPG | ✓ |
## 📝 Configuration Guide
### Basic Settings
```yaml # Radius for local chat in blocks local-chat-radius: 100
# Prefix for global messages global-chat-prefix: '!'
# Time format for timestamps time-format: 'HH:mm:ss' ```
### Message Formats Customize how messages appear in different chat types: ```yaml format: # Local chat format local: '%luckperms_prefix%%player_name% &8→ &f%message%' # Global chat format global: '&6 %luckperms_prefix%%player_name% &8→ &f%message%' # Private messages format private: outgoing: '&d→ &7%recipient%&8: &f%message%' incoming: '&dFrom &7%sender%&8: &f%message%' ```
### Player Settings Configure personal settings for each player: ```yaml settings: # Default AFK message default-afk-message: "I am currently AFK. I will respond when I return." # Default settings state default-settings: private-messages-enabled: true afk-status: false ```
### Messages Customization All plugin messages can be customized in messages.yml: ```yaml messages: private-messages: disabled-sender: "&cYou have private messages disabled!" disabled-recipient: "&cThis player has private messages disabled!" player-afk: "&7%player% is AFK: %message%" settings: private-messages-enabled: "&aPrivate messages enabled!" private-messages-disabled: "&cPrivate messages disabled!" afk-enabled: "&aAFK status enabled!" afk-disabled: "&cAFK status disabled!" ```
### Hover Effects Configure tooltips that appear when hovering over messages: ```yaml hover: enabled: true format: - '&8&m ' - '' - ' &fPlayer: &7%player_name%' - ' &fRank: &7%luckperms_prefix%' - ' &fPing: &7%player_ping%ms' - '' - ' &fTime: &7%time%' - '' - ' &7Click to message' - '' - '&8&m ' ```
### Anti-Spam Protection Prevent chat abuse with customizable limits: ```yaml anti-spam: enabled: true cooldown: 2 # Seconds between messages max-messages: 5 # Maximum messages time-window: 10 # Time window in seconds ```
### Chat Filter Keep your chat clean with word filtering: ```yaml chat-filter: enabled: true banned-words: - "word1" - "word2" ```
### Emoji System Add expressive emojis to your chat: ```yaml emojis: ':heart:': '❤' ':star:': '⭐' ':smile:': '☺' ':fire:': '🔥' ':rainbow:': '🌈' # And many more... ```
### Mention System Configure how player mentions work: ```yaml mentions: format: '§e@%player%§r' sound: enabled: true type: 'ENTITY_EXPERIENCE_ORB_PICKUP' volume: 1. 0 pitch: 1. 0 title: enabled: true text: '§eMention from %player%' ```
### Color Schemes Define default colors for chat elements: ```yaml colors: name: '&7' # Player names arrow: '&8' # Arrows in format message: '&f' # Message text ```
### PlaceholderAPI Integration Flow supports all PlaceholderAPI expansions: - `%luckperms_prefix%` - Player's prefix - `%luckperms_suffix%` - Player's suffix - `%player_name%` - Player's name - `%player_ping%` - Player's ping - `%player_world%` - Player's world
### Permissions - `flow.reload` - Access to /flowreload - `flow.bypass.filter` - Bypass chat filter - `flow.bypass.antispam` - Bypass anti-spam - `flow.emojis` - Use emojis in chat - `flow.color` - Use color codes in chat
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- femboypig
- Version
- 2.1.0
- Downloads
- 228
- Endorsements
- 2
- Category
- decoration
- Created
- 1/20/2025
- Updated
- 1/23/2025
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- decoration, social, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does flow support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of flow?
Version 2.1.0, published 2025-01-23 with 228 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

