Recent content by MinecraftJoe09

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

    Question argument

    You need to use PlayerSelectorArgumentResolver.class instead of Player.class. You can then get the player with context.getArgument("player", PlayerSelectorArgumentResolver.class).resolve(context.getSource()).getFirst().