Executing MM Skill via console
Summary
Hi everyone, I am trying to execute a Skill via command from another Plugin. Is there a way to do so? I tried to use the command "mm signal be4c5e49-1608-48a9-b487-ee824c353e37 test", but it gives me the following error:
[12:58:17] [Server thread/WARN]: Unexpected exception while parsing console command "mm signal be4c5e49-1608-48a9-b487-ee824c353e37 test"
org.bukkit.command.CommandException: Unhandled exception executing command 'mm' in plugin MythicMobs v5.6.2-3e052553
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
[...]
Caused by: java.lang.NullPointerException: Cannot invoke "io.lumine.mythic.api.adapters.AbstractEntity.getUniqueId()" because "trigger" is null
at io.lumine.mythic.core.mobs.ActiveMob.signalMob(ActiveMob.java:889) ~[MythicMobs-5.6.2.jar:?]
at io.lumine.mythic.bukkit.commands.SignalCommand.onCommand(SignalCommand.java:50) ~[MythicMobs-5.6.2.jar:?]
at io.lumine.mythic.bukkit.utils.commands.Command.onCommand(Command.java:64) ~[MythicMobs-5.6.2.jar:?]
at io.lumine.mythic.bukkit.utils.commands.Command.onCommand(Command.java:55) ~[MythicMobs-5.6.2.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
... 9 more
Steps to reproduce
Execute mm signal be4c5e49-1608-48a9-b487-ee824c353e37 test
via console (with a valid MM Mob UUID).