Easy NPC

Easy NPC

2M Downloads

[bug] Are the command blocks not capable of using the easy_npc commands?

SandwichKnight158 opened this issue ยท 3 comments

commented

Hello, love your mod btw.
I'm currently trying to make a map using the NPCs and when I try to spawn the specific NPC preset from the world presets using command blocks it just doesn't go. I use the command normally as said in the wiki page and it works but it just doesn't function through the command blocks.

To Reproduce
Use the command block for the import_new command

commented

The latest 3.8.0 version includes the possibility to store NPCs in a "preset item".
See: https://github.com/MarkusBordihn/BOs-Easy-NPC/wiki/Items#npc-presets-

This "preset item" could be used in the "EasyNPC Spawner" which has additional configuration options.
See: https://github.com/MarkusBordihn/BOs-Easy-NPC/wiki/Spawner

If you still missing a more specific feature with this, please open a new feature request with the details. Thanks.

commented

Thanks for the report. Just want to check which option would be more useful for your use-case.

1.) A Easy NPC Spawner, so that you can say if a player is inside a specific radius spawn a specific NPC ?

2.) The possibility to spawn Easy NPCs with a command block, but without any owner.

Command blocks are not bound to any user, so I assume that for this reason the import command refuse to spawn the NPC because it could not set the corresponding owner for the spawned NPC.

commented

Thanks for the report. Just want to check which option would be more useful for your use-case.

1.) A Easy NPC Spawner, so that you can say if a player is inside a specific radius spawn a specific NPC ?

2.) The possibility to spawn Easy NPCs with a command block, but without any owner.

Command blocks are not bound to any user, so I assume that for this reason the import command refuse to spawn the NPC because it could not set the corresponding owner for the spawned NPC.

I think an NPC spawner like the regular mob spawner would be amazing. I'm trying to set up custom enemies for a map that use the same preset but the NPC spawn eggs don't work on regular spawners. So a custom spawner just for custom NPCs would be amazing