ItemCoreX is built to work well in real server setups where items matter.
The plugin uses PDC-based identity, which means custom items are checked by what they actually are, not only by display name or lore.
This makes setups with DeluxeMenus, FancyNPCs, mob rewards, economy systems and server shops much safer.
--------------------------------------------------
Main player command
--------------------------------------------------
/ic claim
Claims saved pending ItemCoreX items.
If a player receives a custom item while the inventory is too full:
- the part that fits is delivered
- the rest is saved safely
- the player can later claim it with /ic claim
Optional features:
- auto-claim on join
- reminder on join if pending items still exist
This can be used in plugins like:
- DeluxeMenus
- FancyNPCs
- scoreboards
- bossbars
- HUD / actionbar systems
- other PlaceholderAPI-compatible plugins
ItemCoreX can safely separate:
- real vanilla items
- real ItemCoreX custom items
This is especially useful when custom items use the same vanilla material.
For example, a custom item based on BONE will not be counted as a normal vanilla BONE when using the safe vanilla placeholder:
- PlaceholderAPI is optional, but required if you want to use placeholders in other plugins
- /ic claim is available to players by default
- admin commands stay protected by itemcorex.admin
- ItemCoreX is designed to avoid fake-item problems and make custom item systems much safer