promotional bannermobile promotional banner

Wellcome Gui

A Hytale server plugin that automatically displays a customizable welcome GUI featuring server rules, commands, and a Discord link upon player connection.

File Details

WellcomeGUI-1.0.4.jar

  • R
  • Jan 18, 2026
  • 11.07 KB
  • 329
  • Early Access

File Name

WellcomeGUI-1.0.4.jar

Supported Versions

  • Early Access

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.4] - 2025-01-18

Added

  • Automatic GUI System: The welcome window now opens automatically 2 seconds after the player joins the server.
  • Customizable Layout: Interface defined via a .ui file (WelcomeGUI.ui), allowing easy editing of text and colors without recompiling the code.
  • Interactive Buttons:
    • "Discord" button that sends a formatted message with a clickable link in the chat.
    • "Entendi" (Understood) button to close the interface.
  • Rules List: Visual section displaying basic server rules (Respect, No Griefing, No Bugs).
  • Quick Commands: Visual display of main commands (/help, /ping, /warp, etc.) to guide new players.
  • /wellcome Command: Added a command to manually reopen the welcome screen at any time.

Fixed

  • Error handling when attempting to open the GUI if the player is not fully loaded into the world (implemented via CompletableFuture with a delay).

[1.0.0] - 2025-01-10

Initial

  • Initial project structure created.
  • Gradle configuration and Hytale Server dependencies setup.