Getting Started
This guide will help you download and install AetherLink on your Hytale server.
Requirements
- A Hytale dedicated server
- A Discord bot token (Create one here)
- Java 21 or newer
Download
Option 1: Download from curseforge (Recommended)
Download the latest stable build from CurseForge
Option 2: Nightly Builds
Download the latest nightly build from GitHub Releases:
Look for releases tagged nightly-YYYYMMDD.
Option 3: Build from Source
See Build It Yourself for instructions on compiling the plugin yourself.
Installation
-
Download
AetherLink-1.0.0-beta.1.jar(or the latest version) -
Copy the JAR file to your Hytale server's
plugins/folder -
Start your server once to generate the config files
-
Stop the server
-
Edit
config/AetherLink/config.json:- Set your Discord bot token
- Add your Discord channel ID(s)
-
Start the server again
Discord Bot Setup
-
Go to the Discord Developer Portal
-
Click New Application and give it a name
-
Go to Bot -> Add Bot
-
Under Privileged Gateway Intents, enable:
- Message Content Intent (required for reading messages)
-
Copy the Token and paste it into your
config.json -
Go to OAuth2 -> URL Generator:
- Select scopes:
bot - Select permissions:
Send Messages,Read Message History,View Channels,Manage Channels(for slowmode/topic)
- Select scopes:
-
Use the generated URL to invite the bot to your server
Verify It Works
- Start your Hytale server
- Check the console for:
AetherLink events registered! - Send a message in your configured Discord channel
- The message should appear in Hytale chat
Next Steps
- Configure your channels
- Customize messages
- Troubleshooting if something isn't working