Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed ARR
Published 6 days ago
Updated last month
DuckyNPC
A Minecraft Forge 1.20.1 mod that adds customizable NPCs that can execute commands when interacted with.
What it adds
DuckyNPC lets server operators create NPCs that look like real players, place them anywhere in the world, and configure commands that run when players interact with them. Perfect for quest givers, shopkeepers, tutorial guides, or custom server events - all managed through simple chat commands.
Features
- Player Skins - Spawn NPCs with any Minecraft player's skin
- Command Execution - Configure commands to run on interaction, punch, or click
- Per-NPC Permissions - Set individual op-level permissions for each NPC
- All NPC data is stored in
<config-dir>/duckynpc/npcs.json
Commands
| Command | Description |
|---|---|
/dnpc new <name> <skinPlayer> <command> [opLevel] [pos] |
Create a new NPC. Separate multiple commands with | (e.g. say Hi | give @p diamond) |
/dnpc edit <id> <property> <value> |
Edit an NPC's property (name, command, skin, oplevel). Use | to separate multiple commands |
/dnpc move <id> [pos] |
Move an NPC to your position or specified coordinates |
/dnpc delete <id> |
Delete an NPC |
/dnpc enable <id> |
Enable an NPC |
/dnpc disable <id> |
Disable an NPC |
/dnpc reload <id> |
Reload an NPC's skin from the web |
/dnpc respawn [id] |
Respawn a specific NPC or all missing NPCs |
/dnpc list |
List all NPCs with their status and positions |


