1player.spigot().sendMessage(ChatMessageType.ACTION_BAR, new TextComponent("This message will be in the Action Bar"));
2
1player.spigot().sendMessage(
2 ChatMessageType.ACTION_BAR,
3 new TextComponent("This message will be in the Action Bar"));
1player.spigot().sendMessage(ChatMessageType.ACTION_BAR, new TextComponent("This message will be in the Action Bar"));