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?

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