Recent content by Xuho

  1. X

    Solved NoSuchMethodError with world.spawn() Paper 1.20.1

    Thanks, seems like it is working fine now.
  2. X

    Solved NoSuchMethodError with world.spawn() Paper 1.20.1

    Hello, I'm using latest 1.20.1 paper build, and I'm getting the NoSuchMethodError when trying to spawn an entity using the method org.bukkit.World.spawn(org.bukkit.Location, java.lang.Class, java.util.function.Consumer) I have this version of paper in the pom (I dont have any other spigot /...