Bungeecord Commands Not Functioning #357


Open
  • TheMattVid created this issue Jan 1, 2023
    I have been using MyCommand for awhile, and I'm attempting to incorporate a Bungeecord command into a server-side custom command. I installed MyCommand for Bungeecord on the proxy, restarted the server and the proxy, and configured a command:
     
    testz:
      command: /testz
      type: RUN_COMMAND
      runcmd:
      - "$bungeecord_execute$glist"
      register: true
    Upon running the command, I get this error:
    Error : ( java.lang.NullPointerException: Cannot invoke "it.emmerrei.mycommand.listener.PluginMessageEvent.send(org.bukkit.entity.Player, String)" because "it.emmerrei.mycommand.listener.PluginMessageEvent.instance" is null )
    How can I fix this?

To post a comment, please login or register a new account.