Description
# Welcome Message Plugin - Quick Overview
## What Does This Plugin Do?
Greets players with customizable welcome messages and cinematic title screens when they join your Hytale server.
- **First-time players** get a special welcome message
- **Returning players** get a personalized "welcome back" message
- Messages appear in **chat** and as **full-screen cinematic titles**
---
## Super Easy Customization
The plugin **automatically creates** a config file on first launch:
**Location**: `mods/WelcomeMessage/config.json`
Simply edit this file to change your messages:
```json
{
"messages": {
"firstJoin": "Welcome to our amazing server",
"returnJoin": "Welcome back, hero"
}
}
```
---
## Installation
1. Download `WelcomeMessage-1.0.1.jar`
2. Put it in your `mods/` folder
3. Start your server
4. Edit `mods/WelcomeMessage/config.json` to customize messages
5. Restart and enjoy!
---


