Skip to content

Platform & Mod Selector

State: current development/testing snapshots

These pages describe VonixGuardian 3.0.0-m1 (preview/testing candidate) and Vonix Server Utilities 2.0.2 (standalone development/test line). They are not general-availability releases. Artifact publication is pending; this wiki does not provide download URLs.

Current Dev/Test

Vonix mods are server-side only. Connecting players do not install them on clients. Both products target dedicated Fabric, Forge, and NeoForge servers.

Mod Role What it covers Current line
VonixGuardian Block, container, and entity auditing CoreProtect-shaped /vg workflows, lookup/filtering, rollback/restore/undo, SQLite/MySQL/PostgreSQL storage 3.0.0-m1 testing candidate
Vonix Server Utilities (VSU) Essentials and administration Homes, warps, kits, TPA, back/death-back, messaging, moderation (/tempban, /tempmute), virtual crates 2.0.2 standalone snapshot

Install one or both. They do not require each other.

Filter the current development/testing cells. Every listed cell is packaged for owner-controlled evaluation. Public download URLs are not published here.

Showing matching platform cellsVG 3.0.0-m1VSU 2.0.2
VonixGuardian3.0.0-m1
Minecraft 1.18.2
Loader Fabric
Java 17
Packaging Loom JarInJar (META-INF/jars)

Testing cell. SQLite default; optional MySQL/PostgreSQL backends.

VonixGuardian3.0.0-m1
Minecraft 1.18.2
Loader Forge
Java 17
Packaging ForgeGradle 6 jarJar

Testing cell. Includes the Forge dispenser event repair.

VonixGuardian3.0.0-m1
Minecraft 1.19.2
Loader Fabric
Java 17
Packaging Loom JarInJar (META-INF/jars)

Testing cell. CoreProtect-shaped /vg command tree.

VonixGuardian3.0.0-m1
Minecraft 1.19.2
Loader Forge
Java 17
Packaging ForgeGradle 6 jarJar

Testing cell. Filter mini-language and PreLogEvent bus.

VonixGuardian3.0.0-m1
Minecraft 1.20.1
Loader Fabric
Java 17
Packaging Loom JarInJar (META-INF/jars)

Testing cell. Sign front/back edits and universal attribution.

VonixGuardian3.0.0-m1
Minecraft 1.20.1
Loader Forge
Java 17
Packaging ForgeGradle 6 jarJar

Testing cell. Producer-side coalescer for high-frequency block events.

VonixGuardian3.0.0-m1
Minecraft 1.21.1
Loader Fabric
Java 21
Packaging Loom JarInJar (META-INF/jars)

Primary 3.0.0-m1 stateful-container target. Schema v8.

VonixGuardian3.0.0-m1
Minecraft 1.21.1
Loader NeoForge
Java 21
Packaging net.neoforged.moddev jarJar

Testing cell. Native NeoForge event bus and mixins.

VonixGuardian3.0.0-m1
Minecraft 26.1.2
Loader NeoForge
Java 25
Packaging ModDevGradle 2.0.140 jarJar

Dedicated 26.1.2 lane. Packaged for evaluation, not a GA claim.

Vonix Server Utilities2.0.2
Minecraft 1.18.2
Loader Fabric
Java 17
Layout Architectury template

Standalone 2.0.2 snapshot. Homes, warps, moderation, SQLite WAL.

Vonix Server Utilities2.0.2
Minecraft 1.18.2
Loader Forge
Java 17
Layout Architectury template

Native Forge subscribers for command, tick, and death events.

Vonix Server Utilities2.0.2
Minecraft 1.19.2
Loader Fabric
Java 17
Layout Architectury template

LuckPerms union semantics. Player commands stay available without lockout.

Vonix Server Utilities2.0.2
Minecraft 1.19.2
Loader Forge
Java 17
Layout Architectury template

SQLite WAL persistence and retained data.db recovery.

Vonix Server Utilities2.0.2
Minecraft 1.20.1
Loader Fabric
Java 17
Layout Architectury template

Trinkets /accsee, virtual crates, and tempban/tempmute.

Vonix Server Utilities2.0.2
Minecraft 1.20.1
Loader Forge
Java 17
Layout Architectury template

Curios accessory inspection and crate prize dispatch.

Vonix Server Utilities2.0.2
Minecraft 1.21.1
Loader Fabric
Java 21
Layout Architectury template

TempMute race safety and local SQLite WAL data path.

Vonix Server Utilities2.0.2
Minecraft 1.21.1
Loader NeoForge
Java 21
Layout Architectury template

CommandResultCallback crate refund path on NeoForge 1.21.1.

Vonix Server Utilities2.0.2
Minecraft 26.1.2
Loader NeoForge
Java 25
Layout ModDevGradle 2.0.140

NeoForge 26.1.2.93 lane with ServerPlayer.nameAndId() adaptation.

The Minecraft version selects the required Java runtime. A mismatch fails at launch with UnsupportedClassVersionError.

Minecraft version Loaders Required Java
1.18.2 Fabric, Forge Java 17
1.19.2 Fabric, Forge Java 17
1.20.1 Fabric, Forge Java 17
1.21.1 Fabric, NeoForge Java 21
26.1.2 NeoForge Java 25
Terminal window
java -version

Forge is not a 1.21.1 or 26.1.2 target in this matrix. NeoForge replaces it on those versions.

Both mods can use LuckPerms through reflection. LuckPerms is optional.

  • With LuckPerms: each /vg subcommand uses vonixguardian.command.* nodes.
  • Without LuckPerms: vanilla op level from config/vonixguardian/config.json (defaultOpLevel: 3). Op level 3 or higher receives every /vg permission.
  • A player may run a command if they hold the LuckPerms node or meet the vanilla op fallback.
  • Without LuckPerms, non-ops receive standard player commands (/home, /tpa, /spawn, /back). Staff commands stay restricted to ops.
  • Installing LuckPerms without default-group configuration does not lock players out of opFallback = 0 commands. That lockout was a historical v1.6.0 behavior.