action bar spigot

Solutions on MaxInterview for action bar spigot by the best coders in the world

showing results for - "action bar spigot"
Erica
04 Jan 2020
1player.spigot().sendMessage(
2  ChatMessageType.ACTION_BAR,
3  new TextComponent("This message will be in the Action Bar"));
Niko
12 Aug 2019
1player.spigot().sendMessage(ChatMessageType.ACTION_BAR, new TextComponent("This message will be in the Action Bar"));