WelcomeUI
This is a mod for Hytale servers that displays a configurable welcome interface that also contains a button for displaying useful links in chat for players entering the server.
Features
- Configurable main title.
- 2 fully configurable columns containing a title and multi-row content, both benefiting from scroll container.
- Possibility to set it to open only for new players once or always for all players.
- Button to display useful links in chat (this button is also fully configurable), as well as the message with the links in the chat are fully configurable.
Commands
/show-welcome-ui- Open WelcomeUI
After clicking the button to display useful links in the chat
The close button is centered in the interface if you choose not to display showLinkBtn.
Config file
{
"OpenJustOneTimeForNewPlayers": false,
"MainTitle": "Welcome {PlayerUsername} to the server!",
"ServerDescription": "Survive Orbis! Explore vast biomes, build epic bases, and conquer dungeons with friends. Enjoy a stable economy, unique custom mods, and a growing community. Ready for the ultimate adventure? Join the most immersive Hytale Survival experience today!",
"FirstColTitle": "• SERVER RULES",
"FirstColContent": [
"1. Respect and Fair Play",
"2. No Cheating or Third-Party Clients",
"3. No Exploiting Bugs",
"4. No Chat Spamming or Advertising",
"5. No Language Bypassing",
"6. Follow Staff Instructions"
],
"SecondColTitle": "• Useful commands",
"SecondColContent": [
"1. /spawn – Teleports you to the server's main starting point.",
"2. /sethome – Saves your current location as your personal home base.",
"3. /home – Instantly teleports you back to your saved home location.",
"4. /tpa [player] – Sends a request to teleport yourself to another player.",
"5. /tpaccept – Grants permission for another player to teleport to you.",
"6. /whereami – Displays your current X, Y, and Z coordinates.",
"7. /unstuck – Safely teleports you to nearby solid ground if you are trapped.",
"8. /who – Shows a list of all players currently online.",
"9. /warp [location] – Teleports you to a specific public area or landmark.",
"10. /help – Provides a full list of available commands and their usage."
],
"ShowLinksBtn": true,
"LinksBtnText": "Show useful links in chat",
"ChatLinksTitle": "Useful links:",
"Links": [
"https://hytale.com",
"https://discord.gg/hytale",
"https://vote1.tld",
"https://vote2.tld",
"https://vote3.tld"
],
"ChatLinksTitleColor": "#197dff",
"ChatLinksColor": "#ffffff"
}
Text format
{PlayerUsername} - Can be use in MainTitle and ServerDescription
