Docs

Hytale Integration

Complete Hytale-Discord integration with web dashboard

Overview

Connect your Hytale server to Discord with professional features. Get real-time monitoring, chat synchronization, account verification, proximity voice chat, and advanced event notifications.

✓ Web Dashboard✓ Multi-Server Support

Key Features

🔄 Chat Synchronization

Bidirectional chat relay using Discord webhooks - displays Hytale usernames & avatars in Discord

🔗 Account Verification

Per-server verification system with Discord role rewards

📊 Live Server Stats

Real-time TPS, player count, and uptime monitoring with charts

🖥️ Console Forwarding

Real-time console logs in Discord with sensitive data filtering

🔔 Event Notifications

Join/quit, deaths, and achievements sent to Discord channels

👍 Vote Rewards

Track votes and reward with credits & Discord roles

💰 Economy Integration

Unified credit system between Discord and Hytale

✨ Booster Rewards

Auto-assign in-game ranks to Discord Server Boosters

Setup

01

Add Server in Dashboard

Go to Dashboard → Your Server → Hytale → Add Server

02

Download & Install Plugin

Download modora-hytale-plugin.jar and place in plugins/ folder

03

Configure Plugin

Edit plugins/Modora/config.yml with your API credentials

04

Restart Server

Restart Hytale server or run /modora reload

05

Configure Features

Go to Advanced Settings in dashboard to enable chat sync, events, console forwarding, etc.

Plugin Configuration

Example config.yml: config.yml:

config.yml
modora:
  # API Configuration (from dashboard)
  api_url: "http://bot.modora.gg"
  server_id: "1"
  api_key: "your_api_key_here"
  api_secret: "your_api_secret_here"

  # Core Features
  chat_sync_enabled: true
  vote_rewards_enabled: true
  economy_enabled: false

  # Advanced Features
  join_quit_enabled: true
  death_messages_enabled: true
  achievements_enabled: true
  console_enabled: false  # Staff only!

  # Settings
  heartbeat_interval: 30
  chat_format: "[Discord] %username%: %message%"
  verification_timeout: 300
  # Optional: run one or more commands after a player links their account
  verification_reward_enabled: true
  verification_reward_command:
    - "eco give {player} 100"
    - "lp user {player} parent add verified"
  # Reward execution mode for proxy/Bungee/Velocity networks
  verification_reward_mode: "lobby_only"
  lobby_server_name: "lobby"
  debug: false

Discord Commands

/hytale link

Show setup instructions for server linking

/hytale verify

Get verification code to link your Hytale account (per-server)

/hytale status

View all Hytale servers and their current status

/hytale info

View your linked accounts and verification status

/hytale vote

Get vote links to earn rewards

/hytale balance

Check your Modora credit balance

/hytale unlink

Unlink your Hytale account from this server

In-Game Commands

/modora verify <code>

Link your Discord account with verification code

/modora status

View your Modora connection status

/modora balance

Check your credit balance (if economy enabled)

/modora vote

Get vote links to support the server

/modora info

View linked Discord guild information

Available Features

Core Features

  • Chat Synchronization - Hytale ↔ Discord chat relay with webhooks (shows Hytale username & avatar)
  • Account Verification - Link Discord to Hytale (per-server)
  • Live Server Status - Real-time monitoring in dashboard
  • Dashboard MOTD - Configure your Hytale server MOTD directly from the Modora dashboard
  • Join/Quit Notifications - Player events in Discord
  • Death Messages - All deaths forwarded to Discord
  • Achievement Alerts - Major achievements celebrated
  • Vote Rewards - Basic vote tracking and credits
  • Economy Commands - Check balance in-game

Advanced Features

Tip

  • Console Forwarding - Real-time server console in Discord
  • Advanced Analytics - Historical data & trends
  • Booster Rewards - Auto-rank for Discord boosters
  • Role Synchronization - Hytale ranks ↔ Discord roles (Coming Soon)
  • Webhook Support - Custom vote webhooks (Coming Soon)

Complete Feature Set

✓ Core Integration

  • Bidirectional chat synchronization
  • Join/quit notifications with avatars
  • Death messages forwarding
  • Achievement alerts (smart filtering)
  • Console log forwarding
  • Account linking & verification
  • Channel topic auto-updates
  • Role synchronization
  • Proximity voice chat (dynamic channels)

Advanced Features

  • Web Dashboard - No config files needed
  • Vote Rewards - Automated voting system
  • Economy - Unified credit system
  • Console Commands - Execute from Discord
  • Role Sync - Bidirectional Hytale ↔ Discord
  • Voice Proximity - Dynamic spatial audio
  • Real-time Graphs - TPS & player analytics
  • Booster Rewards - Auto-rank boosters
  • Security Filtering - Auto-hide sensitive data

⚠️ Important Note

Hytale is currently in development. The Modora Hytale integration will be fully available once Hytale's official modding API and server tools are released. This module is prepared and ready to use as soon as Hytale becomes available.

Was this page helpful?