Skip to content

Vonix Server Utilities — Utility & Admin Tools

Release Line: 2.0.2 Admin & Utility SystemsStandalone Line

VSU provides administrative tools, local lag diagnostics, and interactive inventory peeking supporting modern modded accessories (Curios and Trinkets).

These commands require vsu.admin.* permissions or Op Level 2+:

  • /fly [player] — Toggles creative flight capability regardless of current gamemode.
  • /god [player] — Toggles invulnerability against all damage types (void, fire, explosions, combat).
  • /vanish [player] — Makes the operator completely invisible to other players, removes them from tab-list, and suppresses join/leave messages.
  • /heal [player] — Instantly restores health to maximum, extinguishes burning, and clears negative potion effects.
  • /feed [player] — Fully replenishes hunger bar and saturation.
  • /gm <mode> [player] — Fast gamemode switcher accepting numbers (0, 1, 2, 3) or shorthand (s, c, a, sp).
# Practical administrative examples
/heal Steve
/fly Alex
/gm c
/vanish

Staff can inspect, rearrange, or confiscate items from players directly in-game:

Opens target player’s main inventory in a live interactive container. Edits performed by the operator reflect immediately in the player’s inventory in real time.

/accsee <player> (Modded Accessory Inspection)

Section titled “/accsee <player> (Modded Accessory Inspection)”

Modded Minecraft players frequently store powerful baubles, charms, and backpacks in accessory slots. VSU bridges modded accessory frameworks natively:

  • Forge / NeoForge: Inspects Curios API accessory slots.
  • Fabric: Inspects Trinkets API accessory slots.
  • /enderchest [player] — Opens your own ender chest, or inspects another player’s ender chest.
  • /backsee <player> — Inspects target player’s equipped back-slot inventory.

Outputs immediate server health metrics:

  • Allocated, used, and free JVM heap memory.
  • Active system thread count.
  • Recent tick rate (TPS) across all active dimensions.
  • /vonixsu version — Confirms running VSU release version, platform loader, and active database mode.
  • /vonixsu reload — Re-reads vonix_server_utilities.properties from disk.
  • /vonixsu feature list — Lists all registered feature subsystems and their runtime active/inactive states.
  • /vonixsu feature <enable|disable> <key> — Toggles individual modules dynamically at runtime (e.g. homes, warps, moderation).

  • /workbench — Opens a virtual 3x3 crafting table grid without placing a block.
  • /anvil — Opens a virtual anvil GUI for repairing and renaming items.
  • /hat — Equips whatever item or block you are currently holding onto your head slot.
  • /more — Refills the item stack in your primary hand to its vanilla maximum stack size.
  • /repair — Restores full durability to the held item (Requires vsu.command.utility).
  • /clear [player] — Empties inventory items.
  • /playtime [player] — Displays cumulative tracked playtime on the server.
  • /seen <player> — Reports when an offline player last disconnected.
  • /whois <player> — Shows player account identity, UUID, and connection latency.
  • /afk — Toggles your away-from-keyboard status and broadcasts notice to chat.
  • /suicide — Forcefully eliminates your player character to return to spawn.

VSU includes a lightweight kit delivery mechanism:

  • /kits — Lists all kits configured on the server that the player has permission to claim.
  • /kit <name> — Delivers kit items to the player’s inventory.
  • /kit reload — (Admin) Reloads kit definitions from disk.