Search results

  1. Leonidius

    NukkitX repository: dependency not found

    I'm trying to add NukkitX as a library to my plugin in IntelliJ IDEA, so i copied the code from this page and pasted it to my pom.xml file. <repositories> <repository> <id>nukkit-repo</id> <url>https://repo.nukkitx.com/snapshot</url> </repository>...
  2. Leonidius

    StackOverflowException when showing a form to a player - solution

    Long story short: you can't use objects as your form's class' fields. If your form is an object of your own class, which extends FormWindowSimple, FormWindowCustom or FormWindowModal, and one (or more) of your class' fields are objects, you will get this error. You can only use primitive types...
  3. Leonidius

    Trading Interface — Shop GUI

    Leonidius submitted a new resource: Trading Interface - Shop system based on graphic interface Read more about this resource...
  4. Leonidius

    Informator

    Leonidius submitted a new resource: Informator - Customize join, leave, death, kick and ban messages Read more about this resource...
Top