WelcomeMessage Plugin ๐ฎ
A lightweight Hytale server plugin to welcome your players with style.
โจ Features
- Dual-Line Welcome Titles: Display a main title (center) and a subtitle (top) when a player joins.
- Fully Configurable: Set your messages directly in-game using chat commands.
- Toggleable: Admins can easily enable or disable the welcome message.
- Smart Input Flow: intuitive 2-step configuration with "skip" options for granular control.
- Persistence: Settings are saved automatically and persist across server restarts (
settings.json).
๐ฅ Installation
- Download the latest
WelcomeMessage-x.x.x.jar. - Place the
.jarfile into your Hytale server'smodsdirectory. - Start or restart your server.
๐ ๏ธ Usage
Commands
| Command | Description | Permission |
|---|---|---|
/togglewelcome |
Enables or disables the auto-welcome message. | Admin |
/setmessage |
Starts the configuration wizard for the welcome message. | Admin |
/message |
previews the current welcome message to yourself. | Admin |
Configuration Wizard (/setmessage)
The configuration process is split into two simple steps:
- Message Up (Subtitle): The smaller text displayed above the main title.
- Type
skipto leave this empty.
- Type
- Message Center (Title): The main, large text displayed in the center.
- Type
skipto leave this empty.
- Type
โ๏ธ Configuration File
The plugin automatically generates a settings.json file in your server's root directory:
{
"welcomeMessage": "Welcome to the Server!",
"welcomeSubtitle": "Enjoy your stay",
"isWelcomeEnabled": true
}
๐จโ๐ป Developer
Nyxis
Made for Hytale with โค๏ธ
