How can I send actionbar message to a player?

Discussion in 'Plugin Development' started by Linuxoid86, Dec 14, 2024.

  1. Offline

    Linuxoid86

    There is ChatMessageType.ACTION_BAR class, but sendTitle() function only accepts 2 strings. Looks like there's no built-in method. I only found old discussions about this, help pls.
     
  2. Offline

    timtower Administrator Administrator Moderator

    Have you tried what the old threads suggested?
     
  3. Offline

    Linuxoid86

    Yes, I tried to use API, but it was for an older version. I also tried this:

    player.spigot().sendMessage(ChatMessageType.ACTION_BAR, new TextComponent("Hello, world!"));

    It didn't work too.
     
    Last edited by a moderator: Dec 19, 2024
  4. Offline

    mehboss

Share This Page