Just got my global queue for voxel edit commands working. Before you could edit chunks directly from the player controller, but now the edit is instead sent as a command to a big list/queue that the gamemode goes down 1 by 1 and executes. This is to fix conflicts where two players might be editing the same chunk at the same time.