UltimateUIDocs
Archived upstream docs · Features depend on the installed plugin version; not all features have been verified.

UltimateUI guide

How to open the UI automatically after joining

In this guide, you will learn how to open UI automatically for player after joining

To make the UI open automatically when joining the server, we can add an open-on-join section to our configuration.

ini
open-on-join:
  enabled: true
  type: hud
  delay: 20

Type defines what kind of UI we want to open. hud means a UI where the player can still move. gui means a UI with a cursor where the player can click.

Delay is the setting where we define the time (in ticks) after which the UI should be opened.