Recent content by Xuho

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. Xuho

    Question Change the chunk ticking range.

    I saw in a post that with paper is possible to have separate view distance and chunk tick rate radius. So I can set for example 12 view distance chunks for the players, but only 4 chunks radius for them to tick. Basically making from the chunk 5 to 12 only just visual, not ticking. Where is...
  2. Xuho

    Question Too many packets issue with creative.

    Xuho lost connection: Kicked for exceeding packet rate limit Basically when I am in creative mode, with a sword in my hand, and I leave the left-click pressed, after some seconds I get kicked for sending too many packets.
  3. Xuho

    Solved NoSuchMethodError with world.spawn() Paper 1.20.1

    Thanks, seems like it is working fine now.
  4. Xuho

    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 /...