Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 132
    • Issues 132
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Issues
  • #1697

Closed
Open
Created Aug 20, 2024 by Marvin Klar@MarvinKlar

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).

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking