Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Plugins-PocketMineMP/NPC

Repository files navigation

NPC

The NPC plugin for PocketMine-MP

This plugin is designed for PocketMine-MP and may not work with other spoons or forks.

command usage
/npc create [type] [name] [skinPath(optional)] [geometryPath(optional) Create an entity.
/npc remove Remove an entity.
/npc edit [message/command/scale] [args...] Edit an entity.
/npc get Get an entities.

Feature

Doesn't use entity class.

You can create & modify the entities you want.

You can apply your own skin.

Modeling can also be applied.

If you want to apply modeling, you need to put geometryName: "your geometry name" in the json file created with BlockBench.

Custom Modeling usage