ItemsCore
⭐All in one items plugin! items, armors, abilities, stats, particles, create items with a prompt!

Items that run code.
Without writing any.
ItemsCore turns an item into a tiny program. You point and click in the editor; it writes and runs the script for you. Every ability is just three things:
A trigger
When it runs - left-click, right-click, shoot, drop, move, equip, take damage, and more.
Methods
What it does - pick from 200+ ready methods grouped by category. No syntax to remember.
Parameters
Fill in the blanks - numbers, text, the player, or another method's result as a value.
The visual builder and the running code never drift apart - so an AI or a teammate can hand you an item and you can still open and tweak every step in the GUI.
Abilities you can ship today
A few of the things people build with ItemsCore. Each is just a trigger plus a handful of methods, straight from the visual editor.
Storm Blade
left-clickA 1-in-4 chance on every swing to call down lightning where you are aiming.
Healer's Touch
right-clickInstantly heal yourself and gain a short burst of Regeneration.
Fire Burst
left-clickErupt a ring of flame particles and damage every enemy around you.
Comet
right-clickLaunch a glowing comet that arcs through the air on a math-driven path.
Or just ask an AI. It builds the item.
No setup, no coding. Hand one prompt to your AI (Claude, Cursor, Gemini, Codex) and it wires itself up and builds the item from your description. You just say what you want.
Everything in the box
The systems behind your items.
Visual action builder
Attach behaviour to triggers like left-click, right-click, shoot, drop, move, equip and damage. Chain methods and operators in a GUI.
Particle system
Circles, filled discs, helixes, beams and colored dust, anchored to any location and combined into spell effects.
Equation projectiles
Launch projectiles whose path is driven by math of time. Hit-entity and hit-block events fire when they land.
Stats & talismans
Define named stats and attach them to items. Talismans apply their stats and actions from anywhere in the inventory.
Custom events
Build your own events from 50+ server events, plus damage, projectile, armor and move events with their own variables.
Integrations
Vault economy, PlaceholderAPI and AuraSkills are detected automatically. Developers can add their own methods via addons.
Free or Premium
Same plugin, same features. The free version simply loads one item at a time, so it is a real trial.
Free
Every feature, capped at one loaded custom item.
Premium
No item limit. The edition is compiled into the jar and cannot be bypassed.
Frequently asked questions
Do I need to know how to code?
No. Items are built in a visual in-game editor, and an AI can write them for you. The generated script is hidden - you never have to touch it.
How does the AI help?
Run npx itemscore-helper to set up a local MCP server. Any AI (Claude, Cursor, Gemini, Codex) connects to it, reads every method, and writes or edits item files for you. The full guide is in the docs.
If an AI writes an item, can I still edit it in the GUI?
Yes - that is the whole point. Importing an AI-written item rebuilds the same visual state the editor uses, so it opens and edits like an item you made by hand.
What versions are supported?
Minecraft 1.8 through 26.2. The correct version adapter is selected automatically at runtime.
What happens if one item has a mistake?
Only that item is skipped - the rest of the plugin keeps working. /ic reload tells you exactly which item failed and why.
Reviews
No reviews yet. Be the first!
✓ Lifetime access to this version
✓ Future updates included
✓ Discord Customer role granted
Documentation