Back to portfolio
Games Minecraft

Snuzzlings

Modular custom Minecraft server platform spanning arenas, quests, AI, world tools, storage, party systems, and builder/operator tooling.

Java Paper HikariCP PostgreSQL

Snuzzlings is not a single plugin feature; it is a broader custom-server platform split into a large set of modules covering arenas, combat, utility systems, economy, quests, GUI tooling, party features, world tools, events, customization, storage, and companion-oriented AI work.

It is one of the stronger examples of my Minecraft work because it combines player-facing gameplay systems with the operator and content-building tools needed to keep a custom server evolving over time. The supporting modules include asynchronous world-building tools with preview and rollback, arena-preset systems with reusable templates and cross-module bridges, companion systems with customization GUIs and persistence, and storage that spans YAML plus multiple SQL backends.

The supporting architecture matters just as much as the headline features. Persistence, editing workflows, reusable foundations, test coverage, and builder/admin utilities are what make a custom server sustainable rather than a pile of disconnected experiments.