Skip to content
Sartaj Singh edited this page May 31, 2025 · 13 revisions

FXItems Wiki

Welcome to the official FXItems documentation!

FXItems is a next-generation Spigot/Paper plugin framework for creating powerful, modular Minecraft custom items, foods, commands, events, and more.


Quick Navigation

Utilities


Highlights (v1.2+)

  • Modular, interface-based API (Registry, Utils)
  • No more static methods—use RegistryAPI and UtilsAPI instances
  • Centralized item definition (FXItemDefinition)—no more attribute files!
  • Powerful auto-registration system (@AutoRegister, BehaviorAutoRegistrar)
  • Seamless addon/plugin support

New to FXItems?
Begin with Getting Started & Plugin Overview.

Looking to upgrade? Check the Migration Guide.


Documentation is always evolving! See Changelog for recent updates.

Clone this wiki locally