Easy NPC

Easy NPC

2M Downloads

compatibility with the CobblemonTrainers mod

FullMetalMaster opened this issue ยท 7 comments

commented

(https://www.curseforge.com/minecraft/mc-mods/cobblemontrainers)

there seems to be some issues when the NPCs runs the command? most of the time it seems it doesn't work at all

Describe the solution you'd like
possibly a way to make sure the commands run properly with both mods installed? maybe even a feature when one of them sees you in range it automatically triggers the command to battle?

cobblemon is a pokemon mod that allows you to capture Pokemon and does not have trainer NPCs yet therefore these two mods would be the solution

commented

Seems to work fine now, according: https://www.youtube.com/watch?v=57l2bxlVuow ๐Ÿ‘

Currently working on a way to limit dialog and actions for players, which should help to allow more possibilities in the future.

commented

also the lastest version is broken it doesnt use half the commands

commented

Thanks for your request there is already a feature to trigger actions per distance see: https://github.com/MarkusBordihn/BOs-Easy-NPC/wiki/Actions#distance-actions-

Furthermore there is a 'debug' button. If the button is enabled it will log the triggering of the command and the result in the log files.
This allows you easily to see if the command gets triggered from the EasyNPC mod but not executed from the trainers mod.

commented

I can also confirm that with minecraft version 1.20.1 this does not work on current patch (3.7.3), but it works on version 2.0.1 of easyNPC.

My guess is you changed something between the 2.0.1 version and 3.3.1 ver to not allow permissions from a higher level since trainers needs permission level 4 i believe

commented

Mhhh the latest version restricts the permission level to 3 (for security reasons) because level 4 should not be used by any normal command as it is resevered for server commands like server stop, server restart, ...

If they are really using 4 they should change it to level 3 instead which is for ops.

I will test the mod in the next days to confirm of this is related to their command levels.

commented

Ok opened a feature / bug request: davo899/CobblemonTrainers#3

commented

Thanks to davo899 the permission level issue should be fixed.

Could you please try the fixed version 0.9.2 to see if you have still any issues here ? Thanks.