EnderDashEnderDash Docs

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

  1. Download the latest EnderDash-Bukkit.jar from your dashboard
  2. Place it in your server's plugins/ directory
  3. Start your server
  4. Edit the generated config file with your API key (see below)
  5. Restart the server

Velocity

  1. Download the latest EnderDash-Velocity.jar from your dashboard
  2. Place it in your proxy's plugins/ directory
  3. Start your proxy
  4. Edit the generated config file with your API key (see below)
  5. 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.

On this page