Recent content by script1996

  • 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. S

    Solved Chunk setForceLoaded(true) doesn't work

    oh, my bad. I didn't think about the random ticks needed.. That would explain why my dropper got cleared out and the other things "didn't work". Thanks for your fast answer :)
  2. S

    Solved Chunk setForceLoaded(true) doesn't work

    Hey everyone, I am trying to let a chunk stay loaded for crop growth and other farms. I created a plugin which checks for a Sign with a specific text on it. Everything works fine and I can setForceLoaded of the chunk to true. The game recognizes it with the /forceload command. But if I am...