Skip to content

Configuration

DynamicKingYT edited this page Feb 10, 2026 · 16 revisions
# ⚙️ Configuration

The configuration file is located at `plugins/Proxcord/config.yml`.

## 📝 Default Config

```yaml
discord:
  # The ID of your Discord Server (Right-click Server icon -> Copy ID)
  guild-id: "123456789012345678"
  
  # The Voice Channel ID where players are moved TO (The "Proximity" channel)
  near-channel-id: "987654321098765432"

proximity:
  # Distance in blocks to trigger voice connection
  range: 15
  
  # How often to scan (in ticks). 20 ticks = 1 second.
  # Lower = Faster detection but more CPU usage.
  # Recommended: 20 for small servers, 40 for large servers.
  scan-interval-ticks: 20

Clone this wiki locally