NPC Plugin ~ Originally by @onebone ~ Maintained by @LeverylTeam
- Tracks the player's movement
- Commands can be set for NPCs
- Messages can be set for NPCs
- Uses the creator's skin as the NPC's Skin
- /npc create
- Create an NPC
/npc create Im an NPC!
- /npc list
- List all NPCs and their IDs
/npc list
- /npc remove
- Remove an NPC
/npc remove 3
- /npc message
- Set a message to an NPC (Messages sent to the player when Tapped)
/npc message Hi!
- /npc command
- Set a command to an NPC (Command executed when Tapped)
/npc command say Hellow World!
save-on-change: true
include-on-player-list: true
max-distance-to-track-player: 8
- save-on-change: Toggle to save the config on any NPC change
- include-on-player-list: Toggle to include the NPCs on player list
- max-distance-to-track-player: Max distance on how many blocks should the NPC track the player