Skip to content

io.github.trae.spigot-plugin-framework 0.0.1 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.trae</groupId>
  <artifactId>spigot-plugin-framework</artifactId>
  <version>0.0.1</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

A lightweight Spigot plugin framework providing structured base classes and utilities for building modular Minecraft plugins. Works alongside the dependency injector and hierarchy framework for clean, strongly-typed plugin architectures.