CorePlugins Wiki
Support Discord
  • Welcome
  • Info
    • Introduction
    • Key Concepts
    • FAQ
    • Changelog
  • Usage
    • Installation
    • Configuration
    • Commands & Permissions
    • Creating Custom Items
      • Basic Item Format
      • Namespace System
    • GUI System
    • Tips/Best Practices
    • Troubleshooting
    • Languages
Powered by GitBook
On this page
  • What You’ll Find Here
  • Quick Start
  • Navigating This Site
  • Need Help or Have Feedback?

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

  1. Install CoreItems Copy CoreItems.jar into your plugins/ folder and restart your server.

  2. Create Your First Namespace Under plugins/CoreItems/customs/, make a folder (e.g. weapons) and add customs.yml.

  3. Define a Custom Item Open customs.yml and follow the Basic Item Format to declare your first gear.

  4. 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!

NextIntroduction

Last updated 19 days ago

Page cover image