Recent content by ArturM

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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 =...