Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
QinhCoreLib
QinhCoreLib is the shared core library for the Qinh plugin suite (QinhItems, QinhSkills, QinhStrengthen, QinhForge, …). It is a required dependency for those plugins and provides the common infrastructure they build on. On its own it adds no gameplay — install it alongside the Qinh plugins that depend on it.
Features
- Unified item-source system — reference items from many providers through one syntax:
- Vanilla —
vanilla:iron_ingot - CraftEngine —
ce-<id> - ItemsAdder —
ia-<namespace>_<id> - Nexo —
nexo-<id> - MMOItems —
mi-<TYPE>-<id> - …plus NeigeItems, MythicMobs, CustomFishing, MagicGem, QinhItems
- Back-end plugins that aren't installed are skipped automatically (no hard dependency).
- Vanilla —
- Unified attribute pipeline — one source-stacked attribute channel shared across the Qinh plugins.
- Custom-block bridge (CraftEngine) and ModelEngine model bridge.
- Scripting engine (GraalVM) for diagnostics and extensions.
- Economy & PlaceholderAPI bridges.
Requirements
- Paper / Purpur / Spigot 1.21.11+
- Java 25+ (Purpur 26.1 requires JDK 25)
- Kotlin runtime is fetched automatically via the Paper library loader.
Optional integrations (soft-depend)
CraftEngine · ItemsAdder · Nexo · MMOItems · NeigeItems · MythicMobs · CustomFishing · MagicGem · ModelEngine · Vault · PlaceholderAPI
Changelog: see the Changelog tab or CHANGELOG.md.
QinhCoreLib(中文说明)
QinhCoreLib 是秦淮系列插件(QinhItems / QinhSkills / QinhStrengthen / QinhForge 等)的核心依赖库,提供统一物品源、统一属性管道、自定义方块/模型桥接、脚本引擎等共用基础设施。本插件是库,需与依赖它的秦淮插件一同安装,单独使用不提供玩法内容。
统一物品源:原版 / CraftEngine(ce-) / ItemsAdder(ia-) / Nexo(nexo-) / MMOItems(mi-) / NeigeItems / MythicMobs / CustomFishing / MagicGem / QinhItems —— 未安装对应后端会自动跳过。
要求:Paper/Purpur/Spigot 1.21.11+,Java 25+。


