Recent content by FREULIGG_

  1. F

    Question how do I use the transfer method of the Player class?

    I have such a problem: in the documentation for PaperMC, the class (or interface, I don't quite understand) has a transfer method that accepts the ip and port of the server, and should transfer the player to another server. But he doesn't do it. Who knows, please tell me how to fix it? Maybe...
  2. F

    Question how to make cooldown per command using ArrayList

    Помоги мне, пожалуйста. Я хочу сделать так, чтобы когда игрок вводит команду, он сначала проверял, есть ли она в массиве, а если нет, то добавлял ее туда. IDE предлагает мне создать конструктор, но если я его создам, плагин на сервере не запустится. А без конструктора плагин не скомпилируется...