error

  1. I

    what happened

    ok i have no idea what happened this happened randomly pi@raspberrypi:~/nukkit $ sudo java -jar nukkit.jar WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 12:38:29 [INFO ] Loading nukkit.yml ... 12:38:29 [INFO ] Loading server.properties ...
  2. I

    nukkit error

    i made this account just to publish this error lol help pls WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 10:36:41 [INFO ] Loading nukkit.yml ... 10:36:41 [INFO ] Loading server.properties ... 10:36:41 [INFO ] Selected English (eng) as the base...
  3. GEOEGII555

    Unable to connect to localhost

    While I trying to connect to the localhost, I'm getting this: java.lang.NoSuchMethodException: net.mcpes.hhm.guiapi.NukkitPlayer.<init>(cn.nukkit.network.SourceInterface,java.lang.Long,java.net.InetSocketAddress) at java.lang.Class.getConstructor0(Class.java:3517) ~[?:?] at...
  4. Dominique Maik

    NUKKIT SERVER DON'T SPAWN MOBS AND ANIMALS, PLEASE HELP!!!

    I acquired a server and wanted to install nukkit, but it generates worlds without animals, and mobs, when I enter the creative and spwan they are immobile, see "server.properties". #Properties Config file #2020-07-02 09:38:46 server-ip=170.81.41.61 server-port=25727 max-players=10...
  5. Kazuk

    NukkitX 2.0 Plugin Development Error

    I'm creating a plugin using NukkitX API 2.0 where if you hit a player with a bow it will display in chat from a config file that %name% is now at %health% I'm getting this error Operator '==' cannot be applied to 'cn.nukkit.utils.Identifier', 'int' public void onDamageByBow(EntityDamageEvent...
  6. E

    Error when starting: Throwing

    I am new to using this and am not the most experienced person. I have an error when trying to start my server with Nukkit. This is everything my control console gives me and I am trying to make a little more sense of the problem. 14.04 04:58:06 [Multicraft] Loading server properties 14.04...
  7. sewek333

    Skyblock /AcidIsland help

    Hi I need a stable version of skyblock or AcidIsland. I can't find it anywhere... Thx and good day!
  8. TheEvPatch

    another fatal error (seems to be caused by throwing)

    Can anyone help? My console says this (you can probbably gather what plugins im using) 19:18:38 [INFO ] Loading nukkit.yml ... 19:18:39 [INFO ] Loading server.properties ... 19:18:39 [INFO ] Selected English (eng) as the base language 19:18:39 [INFO ] Starting Minecraft: BE server version...
  9. TheEvPatch

    error when starting

    When I try to start my server the console says this: (i hid my ip address) 10:51:07 [INFO ] Loading nukkit.yml ... Exception in thread "Thread-1" java.lang.ExceptionInInitializerError at cn.nukkit.console.NukkitConsole.runCommand(NukkitConsole.java:29) at...
  10. D

    op command error

    when i opped someone then that person will crash with a notification in the panel {player} logged in due to timeout
  11. PineappleBox

    Worlds not loading in Nukkit

    I am trying to run a NikkitX server using the following plugins: - Welcome 1.0 - EssentialsNK 1.5.0 - AntiDrop 1.2.0 - Pets 1.0.1 - Holograms 2. I am running Nukkit version Nukkit git-26bed2e. I am running the following world file: https://ufile.io/e7pgs However, when I load the world, I...
  12. 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...
Top