Search results

  1. L

    Question How to spawn NPCs?

    How do I spawn a fake player (aka NPC) like the ones you have in Hypixel? I am fine with using NMS, CraftBukkit and ProtocolLib. I've tried a buncha stuff already, but nothing seems to work. I'd also like to be able to set a custom skin, not just a skin a player is using.
  2. L

    Solved Importing NMS in a Maven project using IntelliJ Idea

    As the title states, I want to import net.minecraft.server into my plugin, which uses Maven to build. I use the IntelliJ Idea IDE by JetBrains, and I just can't figure out how to do so. I've tried to use BuildTools, but that only gave me CraftBukkit. I've tried to use PaperWeight-UserDev...
  3. L

    Question 1.19.4 Problem with ProtocolLib block break animations and Bukkit.getScheduler()

    This is basically two questions in one, so I'll split this post up into two parts. I am trying to make a block breaking system that is almost identical to the one that Hypixel Skyblock uses, however with my current code I run into two problems. Code: package lollolcheese123.zenofgens.blocks...