Recent content by iJustLeyxo

  1. iJustLeyxo

    Question How to get the plugin a command is executed by?

    @Tacklezaza That as not hat I meant. I simply need the name of the plugin, that manages a certain command. I am not talking about the permissions of a player or who sent the command.
  2. iJustLeyxo

    Whats the best tutorial to learn paper plugin development?

    For paper developement you can head over to YouTube. There are loads of tutorials out there. And don't panic if there are no paper tutorials. 99% of Spigot and a whole bunch of Bukkit tutorials also work for Paper since Paper is built ontop of Spigot and Spigot on Bukkit. To get started, I...
  3. iJustLeyxo

    Question How to get the plugin a command is executed by?

    I am coding a permission plugin and need to get the plugin instance from which a command is managed (and has the executor registered). Would be very glad about any help or suggestions how to approach the problem differently!