Welcome
Welcome! You’re about to dive into the most flexible, data-driven custom item framework for your Minecraft server. Whether you’re here to browse features, follow a quick start guide, or dig into advanced configuration, this site has everything you need.
What You’ll Find Here
Getting Started – Install CoreItems and verify it’s running
Introduction – High-level overview, key benefits, and module breakdown
Key Concepts – Terminology (namespaces, item keys, model data) you need to know
Usage Guides – Step-by-step pages on creating, configuring, and distributing items
Reference – Full command list, permission nodes, and config options
Troubleshooting – Solutions to common errors and tips for debugging
Quick Start
Install CoreItems Copy
CoreItems.jar
into yourplugins/
folder and restart your server.Create Your First Namespace Under
plugins/CoreItems/customs/
, make a folder (e.g.weapons
) and addcustoms.yml
.Define a Custom Item Open
customs.yml
and follow the Basic Item Format to declare your first gear.Reload & Test In-game, run
/coreitems reload
then/coreitems give <you> <namespace>:<item_key>
to try it out.
Navigating This Site
Use the sidebar to jump between pages.
Look for the Next Steps callouts at the bottom of each guide to keep moving forward.
If you ever get stuck, check the FAQ or Troubleshooting sections before asking for help.
Need Help or Have Feedback?
Join our Discord community in #support, or open an issue on GitHub. We’re committed to making CoreItems the best custom-item solution for your server!
Last updated