More than one line in actionbar?

Discussion in 'Plugin Development' started by MrAndeos, Jan 10, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    MrAndeos

    Hello.

    Is it possible to add a second line to actionbar?

    I am using PacketPlayOutChat packet:
    Code:java
    1. PacketPlayOutChat packet = new PacketPlayOutChat(ChatSerializer.a("{\"text\":\"" + text + "\"}"), (byte)2);
     
  2. Currently, you cannot have multiple lines in the actionbar.
    The only thing you can do is use the item name bar, which is seperate from the action bar and slightly lower.
    I don't know how to do this, and there is no docs for it (that I know of), but here is a post that may help.

    https://bukkit.org/threads/second-item-name-bar-like-on-hive.317003/
     
    MrAndeos likes this.
Thread Status:
Not open for further replies.

Share This Page