Skip to main content

cnpc-scripting

Write and debug JavaScript scripts for the CustomNPCs (CNPC / Custom NPCs / Noppes NPC) Minecraft mod. This skill MUST be loaded whenever the user wants to create, edit, debug, explain, or improve NPC behavior scripts for this mod — the API is version-specific and cannot be guessed from general JavaScript knowledge. Trigger on any of these signals, alone or combined: - Direct names: "CustomNPCs", "CNPC", "Custom NPCs", "customnpcs", "Noppes NPC", "noppes", "Nashorn NPC脚本", "CustomNPC+", "CNPC+", "BetaZavr", "Goodbird", "自定义NPC", "NPC模组" - Ambiguous triggers: BEFORE assuming any other game engine, scan for "NPC" + "脚本" in a Minecraft-like context. If detected, ask: "你是在写 CustomNPCs (CNPC) 模组的脚本吗?" - Domain signals: Minecraft + NPC + script/mod behavior in one request - URLs: "kodevelopment.nl/customnpcs" or "goodbird-git.github.io/CNPC" - Code signals: `npc.`, `e.player`, `npc.say()`, `Java.type()`, `getNbt()`, etc.

跳到安装

来源信息

仓库
SaltfishSheep/SKILL_CNPC_SCRIPTING
最近来源活动
2026年8月8日 10:39
检测到的 SKILL.md 语言
英语
星标
5
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。