Recent content by ArnyFour

  1. ArnyFour

    How open new form? FormAPI

    I need a new form to open when I click on the button.
  2. ArnyFour

    How open new form? FormAPI

    Hello everyone! I want open new form(CustomForm) on button click from old form(SimpleForm). How do it? I'm using THIS API.
  3. ArnyFour

    Command code in separate class

    Difficult ... What is CommandBase for? Why CommandManager? No way easier? I apologize for such stupid and simple questions. Make command code in a separate class in Nukkit is a difficult task for me. :< ?
  4. ArnyFour

    Command code in separate class

    Well, the familiar `setExecutor` method from the Spigot API. How to use it properly in Nukkit?
  5. ArnyFour

    Command code in separate class

    Hello everyone! I want the command code of my plugin to be in a separate class. How can this be done correctly? I watched a lot of sources of different plugins, but could not figure out how to do it.
Top