-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sartaj Singh edited this page May 31, 2025
·
13 revisions
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.
- A: Getting Started & Plugin Overview
- B: The Registry System: Items, Foods, Commands, Events
- C: Creating Custom Items
- D: Creating Custom Foods
- E: Advanced: Custom Effects in FXItems
- F: Creating Custom Commands
- G: Creating Custom Events & Behaviors
- H–P: Utilities
- Q: FXItems API (com.noctify.API) & Making Addons
- R: Advanced Techniques, Gotchas & FAQ
- H | CooldownUtils
- I | CustomItemUtils
- J | EffectUtils
- K | ManaUtils
- L | OneTimeCraftUtils
- M | TeleportUtils
- N | ProjectileUtils
- O | GammaUtils
- P | EntitySizeUtils
- Modular, interface-based API (
Registry,Utils) - No more static methods—use
RegistryAPIandUtilsAPIinstances - 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.
- Home
- A | Getting Started & Plugin Overview
- B | The Registry System: Items, Foods, Commands, Events
- C | Creating Custom Items
- D | Creating Custom Foods
- E | Advanced: Custom Effects in FXItems
- F | Creating Custom Commands
- G | Creating Custom Events & Behaviors
- H | Utility: CooldownUtils
- I | Utility: CustomItemUtils
- J | Utility: EffectUtils
- K | Utility: ManaUtils
- L | Utility: OneTimeCraftUtils
- M | Utility: TeleportUtils
- N | Utility: ProjectileUtils
- O | Utility: GammaUtils
- P | Utility: EntitySizeUtils
- Q | FXItems API (com.noctify.API) & Making Addons
- R | Advanced Techniques, Gotchas & FAQ
- S | Auto-Registration System
- T | Migration Guide (v1.1 → v1.2+)
- U | Changelog