This repository hosts the standardized audio routing infrastructure maintained by WORD DEVS. Powered by Lavalink v4.2.2, it provides resilient streaming infrastructure designed to bypass bot restrictions and supply audio connections to Discord clients like Kiwi Chan.
- YouTube Source Support: Powered by
youtube-plugin(v1.18.2) featuring persistent OAuth2 authentication and Proof of Origin (PoToken / VisitorData) verification. - LavaSrc Integration: Seamless Spotify track, album, and playlist resolution via ISRC routing.
- SponsorBlock Automation: Native skipping of non-music passages, intros, outros, and promotional segments.
- Pterodactyl Ready: Direct container variable binding through dynamic port mapping (
${SERVER_PORT}). - Native Network Acceleration: Real-time Opus frame delivery powered by
udpqueueLinux binaries.
You can connect your Discord bot directly to our live Lavalink node using the parameters below:
| Parameter | Configuration Value |
|---|---|
| Host | lava.worddevs.dev |
| Port | 443 |
| Secure (SSL) | true |
| Password | Restricted (See instructions below) |
To obtain the current node password:
- Follow the official GitHub organization: @worddevs
- Join our Discord community: ππ¨π«π πππ―π¬ β¨
- Head over to the designated infrastructure channel or request developer role access.
If you are self-hosting this node, duplicate .env.example to configure your credentials:
cp .env.example .env| Environment Variable | Description | Default / Format |
|---|---|---|
SERVER_PORT / LAVALINK_PORT |
Container and fallback listener port | 8117 |
LAVALINK_ADDRESS |
Network binding interface | 0.0.0.0 |
LAVALINK_PASSWORD |
Node authentication secret header | mysparkedserver |
YOUTUBE_REFRESH_TOKEN |
OAuth2 Google account session refresh token | 1//0h... |
YOUTUBE_SKIP_INIT |
Bypass runtime terminal auth prompts | fallse |
YOUTUBE_PO_TOKEN |
Proof of Origin token | String token |
YOUTUBE_VISITOR_DATA |
Proof of Origin visitor tracking string | String token |
SPOTIFY_CLIENT_ID |
Spotify Developer application client ID | Hexadecimal string |
SPOTIFY_CLIENT_SECRET |
Spotify Developer application client secret | Hexadecimal string |
SPOTIFY_COUNTRY_CODE |
Regional marketplace for track matching | US |
Execute the launcher script from PowerShell or Command Prompt:
.\Scripts\startServer.bat
- Ensure the startup command is set to:
java -jar Lavalink.jar
- Upload the required jars,
application.yml, andConfig/cookies.jsonto the container root. - Import environment secrets via the panel's Variables tab or upload
.env. - Start the server from the console.
- Discord Community: Join the ππ¨π«π πππ―π¬ β¨ Discord
- GitHub Organization: Follow @worddevs
- Issue Tracker: Report crashes or plugin bugs via GitHub Issues
- Contribution Guidelines: Review CONTRIBUTING.md prior to opening pull requests
This repository is distributed under the MIT License Β© 2026 WORD DEVS.
