Plugin Setup
Install the EnderDash plugin on your Bukkit or Velocity server to enable deep integration features.
Overview
The EnderDash plugin enables deep integration between your Minecraft server and the EnderDash dashboard. It provides real-time player data, console streaming, and remote management capabilities.
Supported Platforms
- Bukkit: Spigot, Paper, Purpur, and other Bukkit-based servers
- Velocity: Velocity proxy servers
Installation
Bukkit / Paper / Spigot
- Download the latest
EnderDash-Bukkit.jarfrom your dashboard - Place it in your server's
plugins/directory - Start your server
- Edit the generated config file with your API key (see below)
- Restart the server
Velocity
- Download the latest
EnderDash-Velocity.jarfrom your dashboard - Place it in your proxy's
plugins/directory - Start your proxy
- Edit the generated config file with your API key (see below)
- Restart the proxy
You can find your API key in the dashboard under Server Settings.
Configuration
Edit the plugin config file to set your API key:
# plugins/EnderDash/config.yml
apiKey: "your-api-key"
signalingUrl: "wss://app.enderdash.com/api/signaling"After editing, restart the server to apply changes.