Vonix Server Utilities (VSU)
A complete server-side essentials mod for Minecraft servers.
Vonix Server Utilities combines homes, warps, teleportation, kits, social commands, administration tools, moderation, and optional Venary integration in one configurable server-side mod.
Players do not need to install VSU on their clients.
Features
| Category | Included functionality |
|---|---|
| Homes and warps | Personal homes, server warps, configurable home limits, and persistent location storage |
| Teleportation | Teleport requests, spawn travel, /back, and separate /backdeath support |
| Kits and utilities | Kits, repair, inventory utilities, workbench, anvil, AFK, ping, playtime, and player information |
| Social tools | Private messages, replies, ignores, broadcasts, nicknames, nearby-player lookup, and player lists |
| Administration | Vanish, god mode, flight, healing, feeding, game-mode control, teleportation, inventory inspection, and world controls |
| Moderation | Temporary bans, permanent bans, temporary mutes, mutes, kicks, warnings, warning history, and ban-list management |
| Permissions | LuckPerms-compatible vsu.* permission nodes with vanilla operator-level fallback |
| Optional integration | Minecraft account linking, player synchronization, and donation-rank synchronization through Venary |
| Configuration | Runtime feature toggles, cooldowns, limits, moderation settings, and integration controls |
| Storage | SQLite-backed persistent data for homes, warps, teleport history, and moderation records |
Command Reference
Homes and Teleportation
| Command | Description |
|---|---|
/sethome <name> |
Save a personal home |
/home <name> |
Teleport to a personal home |
/delhome <name> |
Delete a personal home |
/homes |
List your available homes |
/setwarp <name> |
Create a server warp |
/warp <name> |
Teleport to a server warp |
/delwarp <name> |
Delete a server warp |
/warps |
List available server warps |
/setspawn |
Set the server spawn location |
/spawn |
Teleport to the server spawn |
/back |
Return to your previous teleport location |
/backdeath |
Return to your recorded death location |
/tpa <player> |
Request to teleport to another player |
/tpahere <player> |
Request another player to teleport to you |
/tpaccept |
Accept a teleport request |
/tpdeny |
Deny a teleport request |
/back and /backdeath are separate systems. Normal teleport history is kept independent from recorded death locations.
Social Commands
| Command | Description |
|---|---|
/msg <player> <message> |
Send a private message |
/tell <player> <message> |
Send a private message |
/r <message> |
Reply to the most recent private message |
/reply <message> |
Reply to the most recent private message |
/ignore <player> |
Ignore messages from a player |
/broadcast <message> |
Broadcast a server message |
/bc <message> |
Broadcast a server message |
/me <message> |
Send an action message |
/nick <name> |
Set or change a nickname |
/near |
List nearby players |
/list |
List online players |
Kits and Utilities
| Command | Description |
|---|---|
/kit <name> |
Claim a configured kit |
/kits |
List available kits |
/hat |
Wear the held item as a hat |
/more |
Refill the held stack where permitted |
/repair |
Repair the held item |
/clear |
Clear inventory contents |
/enderchest |
Open an ender chest |
/workbench |
Open a crafting interface |
/anvil |
Open an anvil interface |
/afk |
Toggle AFK status |
/ping |
Display connection latency |
/playtime |
View playtime information |
/whois <player> |
View player information |
/suicide |
Safely eliminate your character |
Administration
| Command | Description |
|---|---|
/vanish |
Toggle administrator visibility |
/god |
Toggle damage protection |
/fly |
Toggle flight |
/heal |
Restore health |
/feed |
Restore hunger |
/gm <mode> |
Change game mode |
/tp <player> |
Teleport to a player |
/tphere <player> |
Teleport a player to you |
/tpall |
Teleport online players |
/tppos <x> <y> <z> |
Teleport to coordinates |
/invsee <player> |
Inspect and manage a player's inventory |
/backsee <player> |
Inspect a player's teleport history |
/accsee <player> |
Inspect supported accessory storage |
/lag |
View server performance information |
/smite <player> |
Strike a player with lightning |
Moderation
| Command | Description |
|---|---|
/tempban <player> <duration> [reason] |
Apply a temporary ban |
/ban <player> [reason] |
Apply a permanent ban |
/unban <player> |
Remove a ban |
/banlist |
View active bans |
/tempmute <player> <duration> [reason] |
Apply a temporary mute |
/mute <player> [reason] |
Apply a permanent mute |
/unmute <player> |
Remove a mute |
/kick <player> [reason] |
Remove a player from the server |
/warn <player> [reason] |
Issue a warning |
/warnings <player> |
View a player's warnings |
/clearwarnings <player> |
Clear a player's warnings |
Punishments are stored persistently and support duration formats such as 30m, 7d, and 2w.
World Controls
| Command | Description |
|---|---|
/weather <type> |
Change the weather |
/sun |
Set clear weather |
/rain |
Set rainy weather |
/storm |
Set stormy weather |
/time <value> |
Set the world time |
/day |
Set daytime |
/night |
Set nighttime |
Feature Management
| Command | Description |
|---|---|
/feature list |
List available feature groups |
/feature status |
View feature status |
/feature enable <key> |
Enable a feature group |
/feature disable <key> |
Disable a feature group |
/feature reload |
Reload feature configuration |
Compatibility
| Minecraft version | Fabric | Forge | NeoForge | Java |
|---|---|---|---|---|
| 1.18.2 | Yes | Yes | — | 17 |
| 1.19.2 | Yes | Yes | — | 17 |
| 1.20.1 | Yes | Yes | — | 17 |
| 1.21.1 | Yes | — | Yes | 21 |
| 26.1.2 | — | — | Yes | 25 |
Download the artifact matching both your Minecraft version and loader.
Installation
- Download the VSU JAR for your Minecraft version and loader.
- Place the JAR in the server's
mods/folder. - Start the server once to generate the configuration and database.
- Configure permissions, limits, cooldowns, and optional integrations.
- Restart the server or reload supported features.
VSU is server-side only. Players do not need to install the mod on their clients.
Configuration
VSU generates:
config/vonix_server_utilities.properties
Common settings include:
| Setting | Default | Description |
|---|---|---|
max_homes |
5 |
Maximum personal homes per player |
tpa_timeout_seconds |
120 |
Time before a teleport request expires |
death_back_delay_seconds |
0 |
Optional delay before death-location return is available |
Feature groups can be enabled or disabled without uninstalling the mod.
Permissions
VSU provides LuckPerms-compatible vsu.* permission nodes for command-level control.
If LuckPerms is not installed, VSU falls back to vanilla operator permission levels.
Storage
VSU stores server data using SQLite, including:
- Homes
- Warps
- Teleport history
- Death-location history
- Kits
- Moderation records
- Player-related utility data
V2 Common Rewrite
The 2.0.0 rewrite keeps shared VSU behavior centralized while providing dedicated version and loader integrations for Fabric, Forge, and NeoForge.
Project: Vonix Network
Version: 2.0.0
License: All Rights Reserved


