format("chunks: set force load member %s = %s", id, val)); boolean wasEmpty = forceLoadMembers.isEmpty(); if (val ? forceLoadMembers.add(id) : forceLoadMembers.remove(id)) { save(); canForceLoadChunks = null; manager.updateForceLoadedChunks(); } if (!wasEmpty && forceLoadMembers.is...
Set a chunk to force-load via the FTB Chunks GUI Created a small farm with some wheat seeds Disconnected from the server (at this point the chunk should unload, since chunk_load_offline is false On the server console, run gamerule randomTickSpeed 3000 to force-grow the farm, and gamerule...
Added ability to temporarily force-load a chunk via chunk claiming GUI Can use the mouse wheel on force-loaded chunks owned by your team to adjust a force-load time for the chunk Chunk will be automatically unforced within 10 minutes of this time expiring (but kept claimed, of course) Th...