Recent content by ArturM

  1. A

    Question AsyncChatEvent Replace Content

    Hey, I need to change a message piece, and I don't know how. I've already tried and it doesn't work either: @EventHandler public void onRun(AsyncChatEvent e) { PlayerData playerData = this.pureSkyWars.mysql.getPlayerCoins(e.getPlayer()); Component component =...