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

UltimateUI guide

Level

Here is an example UI that you can use on your server.

This UI adds a level displayed above the player's hotbar.

Level illustration

How to install#

To install this page, simply place the .yml file into the plugins/UltimateUI/contents/pages/ folder. To open this UI you can use /uui open stats_level hud command.

You can easily change the bar width and its texts dynamically using placeholders.

Example placeholder for the fill bar width, where %player_level_percent% is the completion percentage of the current level:

ini
  size:
    width: (660/100)*%player_level_percent%
    height: 36.0
Download filestats_level.yml