Recent content by Abcik

  1. Abcik

    Announcement The future of Paper - Hard fork

    I'm really glad you finally decided to do this! I don't understand the people who are against separating from Spigot — Spigot isn't going anywhere, and if someone wants to stay on it, they still can. At the same time, for those who truly want to grow and move forward with new possibilities...
  2. Abcik

    Question Prevent chunk generation?

    Yes, void chunks do not tick, and the gameruleRandomTickSpeed does not affect them, but they still take a lot of CPU time, RAM and disk space. It also doesn't solve the problem. It will be the same as if these chunks were just void. (Dont tick, but use CPU resources) I have achieved some...
  3. Abcik

    Question Prevent chunk generation?

    Hey! I want to prevent all chunks generations around a specific area (e.g. 7x7 chunks in the center of the world). I want only 49 active chunks per world instead of 361 or something like that. In simple terms, I want only central chunks to work, and everything outside is never created, stored in...