Search results

  1. Sulfatezzz

    How I can edit the Player Name

    Yes it is. Take a look at Multilabs.net:19132 (not my server - not a featured Server) But I'm sorry... I still didn't figured out how they do that.
  2. Sulfatezzz

    How I can use the NukkitRunnable?

    Damn I didn't got any notification... If you still need a solution, change the methode from .runTaskLater to the following: .runTaskTimer(PLUGIN, DELAY, PERIOD);
  3. Sulfatezzz

    How I can use the NukkitRunnable?

    Just like that new NukkitRunnable() { public void run() { //Your code } }.runTaskLater(YourPlugin, 20);
Top