Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.75 KB

File metadata and controls

34 lines (30 loc) · 1.75 KB
title VolmLib
description The shared library behind the Volmit Software plugin suite
published true
date 2026-09-19 00:00:00 UTC
tags volmlib
editor markdown
dateCreated 2026-08-12 00:00:00 UTC

VolmLib is a library, not a server plugin. There is no jar to install: every Volmit plugin shades its own copy into its own jar.

These pages are for plugin developers building against it.

What it is A shaded Java library
Install Nothing to install. It ships inside each plugin
Provides Scheduling, commands, localization, diagnostics, PlaceholderAPI, NBT and region-file I/O, Bukkit utilities
Source github.com/VolmitSoftware/VolmLib