promotional bannermobile promotional banner
premium banner
Simple customizable welcome message ui with multiple text lines.

Description

Welcome Message UI

Customizable Hytale UI plugin that adds simple welcome message for players.

Features

  • Automatic Welcome Messages: Displays a custom welcome overlay when players join the server
  • First-Time Player Detection: Shows welcome message only to new players (configurable)
  • Customizable UI Sizes: Choose from 16 different UI sizes (Small, Medium, Large, VeryLarge combinations)
  • Configurable Messages: Customize title, subtitle, body text, and button text
  • Config Reload: Reload configuration without server restart using /wm reload
  • Manual Display: Show welcome message manually using /wm show

UI Sizes

The plugin supports 16 different UI size combinations:

Size-Size: WidthxHeight

Small-Small: 400x400
Small-Medium: 400x500
Small-Large: 400x600
Small-VeryLarge: 400x700
Medium-Small: 500x400
Medium-Medium: 500x500
Medium-Large: 500x600
Medium-VeryLarge: 500x700
Large-Small: 600x400
Large-Medium: 600x500
Large-Large: 600x600
Large-VeryLarge: 600x700
VeryLarge-Small: 700x400
VeryLarge-Medium: 700x500
VeryLarge-Large: 700x600
VeryLarge-VeryLarge: 700x700

 


Commands

  • /wm - Main command
  • /wm help - Show help information
  • /wm info - Show plugin information
  • /wm reload - Reload configuration
  • /wm show - Manually display welcome overlay

Configuration

Configuration File

(can be found in mods/net.fudge_WelcomeMessage/config.json)

{
"welcomeMessage": {
"uiType": "Large-Small",
"title": "Welcome to our super amazing server!",
"subtitle": "We are glad you are here!
\nEnjoy your stay!",
"body": "Explore our world and have fun!
\n2. Line :D
\n3. - Do not forget to check out our rules and enjoy your stay!
\n4.- Maybe some another rule.",
"buttonText": "Close",
"showOnFirstJoin": true,
"showOnEveryJoin": false
},
"settings": {
"enabled": true,
"logWelcomeEvents": true,
"debugMode": false
}
}

Preview of the default appearance

 

Settings

  • enabled: Enable or disable the welcome message system
  • showOnlyFirstTime: Show welcome message only to first-time players
  • uiType: UI size to use (see UI Sizes section)
  • title: Main title text
  • subtitle: Subtitle text (supports \n for new lines)
  • body: Body text (supports \n for new lines)
  • buttonText: Button text