Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for mironoouv

Real interfaces on a vanilla client: panels, icons, a live cursor. No mods, nothing to install.

Report VoidRP-UI?

R

0.3.12

0.3.12

Pages are lighter on the network, and the cursor follows your hand more closely.

  • Only the part that changed is sent. A page used to be resent in full on every change: a scroll, a hovered row. It is now split across three boss bars at the edges of scrolling lists and menus, and only the pieces that changed go out. Scrolling the example shop dropped from 17 KB to 7 KB per notch.
  • The cursor is 20 ms closer to your hand (45 ms behind instead of 65). While you move, it aims slightly ahead of the last reading. After a sudden stop it goes about 10 units past the target and settles back within ~75 ms. You can tune this with input.prediction in config.yml (default 0.35, 0 restores the old behaviour) or live with /vui debug predict <value>.
  • The cursor now reaches the very top of the screen. It used to vanish over the top 19 units.

Also since 0.3.8

  • Pages survive what happens to the player.
    • Death closes the page, like the game's own menus.
    • A teleport that turns the player (e.g. /spawn with a facing) no longer throws the cursor to the edge.
    • Travelling to the Nether and back no longer "presses" a number key on the page.
  • pack.publish-dir for servers that host the pack themselves. The plugin copies fresh pack archives there on every start. It also checks at startup that pack.url serves the pack it just built, and says so in the log. This fixes "Failed to load 1 of 1 packs" after an update.

Updating

  • The resource pack changed in this version. With pack.publish-dir set, or the built-in pack server, there is nothing to do.
  • If you host the pack yourself without publish-dir, upload the new archives from plugins/VoidRpUI/.
  • A page now uses 4 boss bars: 3 for the page and 1 for the cursor. With PacketEvents installed, other plugins' bars are still hidden while a page is open.

Information

Published
September 24, 2026
Author
1Downloads

Platforms

Paper
Paper
26.2

Dependencies

PaperPaper

Dependencies: Paper

Plugins and libraries a server needs for this version to run.

No dependencies

Add anything a server has to install alongside this version.