Skip to content
DynamicKingYT edited this page Feb 10, 2026 · 27 revisions

🎙️ Proxcord: Enterprise Proximity Voice

TIP: New to Proxcord? Start with the Configuration Guide to get set up in under 5 minutes.

Proxcord is an advanced bridge between Minecraft and Discord. It automatically detects when players are near each other in‑game and moves them into a dedicated voice channel on Discord. The plugin focuses on performance, security, and ease of use.

🚀 Features & Installation Quick‑Start

⚡ Zero‑Lag Scanner | Runs asynchronously so the server TPS never drops, even with 100+ players.

🔒 Secure Linking | Uses DiscordSRV to guarantee that no one can spoof their identity.

🌍 Global Ready | Full messages.yml support with hex colours (&#FF0000) and gradients.

🔌 Developer API | Fires custom events when players join voice channels or link accounts

📥 Installation Steps Download Proxcord.jar and drop it into your server’s /plugins folder.

Install DiscordSRV (e.g., from DiscordSRV on Spigot).

Restart the server to generate the configuration files.

Open plugins/Proxcord/config.yml and set:

guild-id – your Discord server’s ID.

voice-channel-id – the ID of the voice channel Proxcord should manage.

Run the command /voice reload in‑game (or use the console) to apply the changes.

⚠️ WARNING: If players aren’t being moved, double‑check that the bot’s Discord role has the Move Members permission in your server’s role settings.

Enjoy seamless proximity voice chat on your Minecraft‑Discord community! If you run into any issues, consult the Troubleshooting Guide [blocked] or open an issue on the repository.

🧠 How It Works (Logic Flow)

graph TD
    A["Player Joins"] --> B{"Is Account Linked?"}
    B -- No --> C["❌ Send 'Link Account' Message"]
    B -- Yes --> D{"Is in Discord Voice?"}
    D -- No --> E["💤 Do Nothing (Wait)"]
    D -- Yes --> F{"Is Near Another Player?"}
    F -- Yes --> G["🔥 MOVE to Proximity Channel"]
    F -- No --> H["🏠 RETURN to Lobby Channel"]

Loading

Clone this wiki locally