Search results

  1. D

    Question Censorship of words: replacing bad words with *

    I'm censoring the chat. Censorship works, but the plugin replaces the word, even if this word does not need to be blocked. For example: Blocking the word "port" The plugin blocks as follows: Tele****ing What check should I add to this method to make it work? swearList() this is the get method...
  2. D

    Question Why does the name of the arguments in the method not match when inheriting the CommandExecutor interface?

    OK, I realized that I need to add a dependency to pom.xml , but I can't find WHAT exactly needs to be added. Can you please tell me?
  3. D

    Question Why does the name of the arguments in the method not match when inheriting the CommandExecutor interface?

    Thank you for the answer. Is it possible to do this when creating a project? Or how is it added at all?
  4. D

    Question Why does the name of the arguments in the method not match when inheriting the CommandExecutor interface?

    Good afternoon, now I'm teaching how to make plugins on Paper for minecraft. I ran into this problem(?): when inheriting the CommandExecutor interface, I automatically create a method using Shift+Alt+Enter, but the name of the arguments is different in my video tutorial. The development version...