Recent content by unlimitedcoder2

  1. unlimitedcoder2

    Example plugin fails to load and crashes nukkit

    Where can I find info on how to create a cloudburst plugin? On the github the example one is using the nukkitx api https://github.com/CloudburstMC/ExamplePlugin
  2. unlimitedcoder2

    Example plugin fails to load and crashes nukkit

    I am using the nukkitx api. Is that not compatible with cloudburst?
  3. unlimitedcoder2

    Example plugin fails to load and crashes nukkit

    When I build the example plugin and add it to my plugins I get that error The api version is correct in the plugin.yml and the pom.xml api: ["2.0.0"] <dependency> <groupId>cn.nukkit</groupId> <artifactId>nukkit</artifactId> <version>2.0.0-SNAPSHOT</version> <scope>provided</scope>...
Top