Real custom items for servers that need more than renamed vanilla stuff. No fake items. No lore tricks. No anvil exploits.
What is ItemCoreX? ItemCoreX is the custom item core I built for my own server because I wanted items to be real, not just items that look special. A lot of systems only check names and lore. That works until a player renames something in an anvil, copies it, or tries to fake it inside a shop, menu, or NPC interaction. ItemCoreX solves that by giving every custom item a real identity through PDC. That means the plugin checks what the item actually is, not just how it looks.
Why I made it I got tired of dealing with fake custom items, renamed items, and weird exploit attempts. I wanted a system that:
works reliably in real server setups
does not trust display names alone
can be used in shops, NPCs, menus, and drops
fits into command-based servers without needing a complicated API setup
So I built ItemCoreX as the core system I actually wanted to use myself.
What you can do with it
Create custom items based on vanilla materials
Give every item a unique internal identity
Give, take, and sell items through commands
Use secure custom items in DeluxeMenus shops
Use them with FancyNPCs and other command-based systems
Add them to mob drops, rewards, and server economies
Inspect items and see what they really are
Why this matters With ItemCoreX, a player cannot simply fake a valuable custom item by:
renaming it in an anvil
copying its lore
making it visually look the same
trying to sneak it into a shop or exchange
If the item is not a real ItemCoreX item, it will not pass the check. That is the whole point.
Built for real server systems ItemCoreX is especially useful if your server uses:
economy systems
custom drops
NPC trading
DeluxeMenus shops
quest rewards
special currencies
rare materials
Because everything is command-based, it fits nicely into existing setups without forcing you into a complicated developer workflow.
Vanilla behavior control A custom item should not always behave like its vanilla material. With ItemCoreX, you can control whether an item should:
be usable in crafting
be edible or drinkable
react to right-click
be placeable as a block
trigger vanilla totem effects
That means you can turn normal materials into things like:
currencies
quest items
server relics
rare drop materials
special event items
A carrot does not have to stay food. A totem does not have to save a player. A vanilla item can become something entirely different.
Inspect items properly One of the most useful features is item inspection. With /ic inspect, you can immediately check what an item really is on the server side. That makes testing, debugging, and administration much easier, especially once your server starts using a lot of custom items.
Works well with
DeluxeMenus
FancyNPCs
LevelledMobs
PlaceholderAPI
If your server already uses command-driven plugins, ItemCoreX fits in very naturally.
Images Custom item example Inspect example Second inspect view Item info Item list
In short ItemCoreX is the item core I built because I wanted custom items to be real, secure, and usable in actual server systems. No fake-item nonsense. No relying on names and lore alone. No easy exploits through renamed vanilla items. Just real custom items with a real identity.