Recent content by giopera

  • 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. G

    Solved Unable to send an action bar to a player with the player.sendActionBar() method

    Resolved on discord thanks to @lynxplay, I'll leave here the solution in case someone should have the same problem. In my case the VaultAPI was screwing with the project and with bukkit, so i had to exclude the transitive bukkit dependency from vault, it's quite simple to do but I'll leave here...
  2. G

    Solved Unable to send an action bar to a player with the player.sendActionBar() method

    For some reason it doesn't work even if i use a Component, also you can see from the IntelliJ Idea screenshot that there are no candidates for p.sendActionBar() and that it's not a matter of arguments.
  3. G

    Solved Unable to send an action bar to a player with the player.sendActionBar() method

    Hi, I'm currently in a stressful situation, i was writing a plugin when i noticed that the old sendActionBar method of the Player class was not working anymore, so i searched on the internet and i noticed that the method was deprecated in the paper api and that i needed to use the Audience...