Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
uxmEssentials Velocity add-on
The proxy-side bus broker that keeps a network of uxmEssentials backends in sync homes, warps, economy, vaults, and more, shared across every server.
Velocity 3.x · Companion to uxmEssentials · Backends on Paper 26.1.2 · Open source (GPL-3.0)
What it does
uxmEssentials keeps cross-server state consistent over a small "this changed" bus rather than shipping full payloads around the network. This add-on is the Velocity transport for that bus: drop it on your proxy and the backends relay their sync notices through it over plugin messaging no Redis required.
When a player sets a home, deposits money, or edits a vault on one server, the origin publishes a short notice; every other backend drops its cached copy of that row and re-reads the authoritative value from the shared database. The database stays the single source of truth, and a change never travels as a full object.
What stays in sync
Homes, warps, player-warps, economy, vaults, moderation, holograms, NPCs, the vote party, and the messaging ignore list every context uxmEssentials replicates across nodes that share one database.
Setup
-
Drop
uxmEssentials-velocity-0.3.0.jarinto your Velocityplugins/folder. -
On each backend, pick the transport in
plugins/uxmEssentials/config.conf:network { enabled = true server-id = "survival-1" # unique per backend transport = "velocity" # velocity | redis | both }


