FlowGate-Bridge
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #64 of 1080 bukkit mods in this game by downloads
📋 About This Mod
# FlowGate-Bridge A lightweight Paper/Spigot plugin that allows Citizens NPCs (or players) to execute `/servername` commands and seamlessly connect to servers through a BungeeCord/Waterfall/FlameCord proxy. (https://cdn.modrinth.com/data/cached_images/c97c06e73051a5a1a196babde1652b0cac4b09f4.png)](https://discord.com/invite/88avyryBgt) ## ✨ Features * Dynamic commands from config (`/servername`) * Works with Citizens NPCs (player execution) * No permissions required * No command conflicts * Extremely lightweight (no listeners, no loops) * Fully proxy-compatible (BungeeCord, Waterfall, FlameCord) * Zero hardcoded values — fully configurable --- ## 📦 How It Works FlowGate-Bridge acts as a backend bridge: ```text Player/NPC → /command → Bridge (Paper) → Plugin Message → Proxy → Server Switch ``` * The plugin registers commands on the backend server * When executed, it sends a plugin message to the proxy * Your proxy plugin (e.g. FlowGate-Lite) handles the actual server connection --- ## ⚙️ Installation 1. Install a proxy: * BungeeCord / Waterfall / FlameCord 2. Install your proxy-side plugin (e.g. FlowGate-Lite) 3. Install **FlowGate-Bridge** on your backend server (Paper/Spigot) 4. Configure both plugins with the same `slash-servers` section 5. Restart server --- ## 📝 Configuration `config.yml` ```yaml slash-servers: survival: survival skyblock: skyblock wonderland: wonderland ``` ### Format ``` <command>: <target-server> ``` * `command` → what players/NPCs execute (`/survival`) * `target-server` → server name in your proxy config --- ## 🔁 Reload Command ```bash /flowgate-bridge reload ``` * Reloads config * Re-registers commands * Applies changes instantly --- ## 🤖 Citizens NPC Example ```bash /npc command add -p survival ``` * Player clicks NPC → executes `/survival` * Bridge forwards to proxy * Player is connected --- ## ⚠️ Important Notes * Commands must match your proxy configuration * Target servers must exist on proxy * This plugin does **not** handle server switching itself * Requires proxy plugin to complete routing --- ## 🧠 Why This Plugin Exists Minecraft processes commands on backend servers first. Without this bridge, proxy-only commands like `/survival` will fail with: ``` Unknown command ``` FlowGate-Bridge solves this cleanly by: * registering commands on backend * forwarding them properly to proxy --- ## 🚀 Performance * No event listeners * No async tasks * No heavy logic Overhead is effectively zero. --- ## 🔗 Compatibility * Paper / Spigot (1.16+ recommended) * BungeeCord / Waterfall / FlameCord * Citizens (optional) --- ## 📄 License MIT License (or your preferred license) --- !(https://cdn.modrinth.com/data/cached_images/c0ed4260b1584b2f8a3d8cd12068aebbdbf85179.png)
# FlowGate-Bridge
A lightweight Paper/Spigot plugin that allows Citizens NPCs (or players) to execute `/servername` commands and seamlessly connect to servers through a BungeeCord/Waterfall/FlameCord proxy.
[!(https://cdn.modrinth.com/data/cached_images/c97c06e73051a5a1a196babde1652b0cac4b09f4.png)](https://discord.com/invite/88avyryBgt)
## ✨ Features
Dynamic commands from config (`/servername`) Works with Citizens NPCs (player execution) No permissions required No command conflicts Extremely lightweight (no listeners, no loops) Fully proxy-compatible (BungeeCord, Waterfall, FlameCord) Zero hardcoded values — fully configurable
## 📦 How It Works
FlowGate-Bridge acts as a backend bridge:
```text Player/NPC → /command → Bridge (Paper) → Plugin Message → Proxy → Server Switch ```
The plugin registers commands on the backend server When executed, it sends a plugin message to the proxy Your proxy plugin (e.g. FlowGate-Lite) handles the actual server connection
## ⚙️ Installation
1. Install a proxy:
BungeeCord / Waterfall / FlameCord
2. Install your proxy-side plugin (e.g. FlowGate-Lite)
3. Install FlowGate-Bridge on your backend server (Paper/Spigot)
4. Configure both plugins with the same `slash-servers` section
5. Restart server
## 📝 Configuration
`config.yml`
```yaml slash-servers: survival: survival skyblock: skyblock wonderland: wonderland ```
```
`command` → what players/NPCs execute (`/survival`) `target-server` → server name in your proxy config
## 🔁 Reload Command
```bash /flowgate-bridge reload ```
Reloads config Re-registers commands Applies changes instantly
## 🤖 Citizens NPC Example
```bash /npc command add -p survival ```
Player clicks NPC → executes `/survival` Bridge forwards to proxy Player is connected
## ⚠️ Important Notes
Commands must match your proxy configuration Target servers must exist on proxy This plugin does not handle server switching itself Requires proxy plugin to complete routing
## 🧠 Why This Plugin Exists
Minecraft processes commands on backend servers first. Without this bridge, proxy-only commands like `/survival` will fail with:
``` Unknown command ```
FlowGate-Bridge solves this cleanly by:
registering commands on backend forwarding them properly to proxy
## 🚀 Performance
No event listeners No async tasks No heavy logic
Overhead is effectively zero.
## 🔗 Compatibility
Paper / Spigot (1. 16+ recommended) BungeeCord / Waterfall / FlameCord * Citizens (optional)
## 📄 License
MIT License (or your preferred license)
!(https://cdn.modrinth.com/data/cached_images/c0ed4260b1584b2f8a3d8cd12068aebbdbf85179.png)
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- DarkZmaj
- Version
- 1.0.0
- Downloads
- 75
- Endorsements
- 1
- Category
- bukkit
- Created
- 3/22/2026
- Updated
- 3/22/2026
- Game Versions
- 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
- Tags
- management, technology, transportation
🔧 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 FlowGate-Bridge support?
The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.
What is the latest version of FlowGate-Bridge?
Version 1.0.0, published 2026-03-22 with 75 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await