-
Notifications
You must be signed in to change notification settings - Fork 0
A | Getting Started & Plugin Overview
Sartaj Singh edited this page May 31, 2025
·
3 revisions
Welcome to FXItems, the ultimate custom items plugin for Minecraft servers!
FXItems lets you create, manage, and extend your own custom items, foods, commands, and more—without editing the main plugin!
Built for modularity, flexibility, and ease of use.
- Register custom items, foods, commands, events via a unified API.
- No more attribute files—everything about your item is in one object.
- Powerful auto-registration system for zero-boilerplate setup.
- Addons: Build your own plugin extensions easily.
- Java 17 or higher
- Spigot, Paper, or compatible Minecraft server
- Download the latest FXItems jar.
- Place it in your server’s
plugins/folder. - Start your server. FXItems will generate its data folders and configs.
- 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