/fill at /clone: ang limitasyong 32,768 block at ang mga mode na umiiwas dito
Ang parehong command ay may limitasyong 32,768 block bawat tawag at tahimik na nabibigo lampas dito. Narito ang mga hollow, outline, at replace mode, ang mga clone mask, at kung paano maglipat ng build na mas malaki kaysa sa limitasyon.
/fill and /clone share a hard limit that is not in the error message people expect: 32,768 block bawat command. Iyon ay 32×32×32. Lumampas dito at tatanggi ang command, na sa isang command block chain ay magmumukhang walang nangyayari.
Pagtukoy kung lumampas ka
Kasama sa bilang ang parehong dulo, kaya ang rehiyon mula 0 0 0 to 31 31 31 is exactly 32,768 — right at the cap. From 0 0 0 to 32 32 32 is 35,937 and fails.
blocks = (|x2-x1|+1) × (|y2-y1|+1) × (|z2-z1|+1)
Para sa anumang mas malaki, hatiin sa mga slab at magpatakbo ng ilang command. Ang paghahati sa Y ay karaniwang pinakamadaling pag-isipan.
mga fill mode
| Mode | Ginagawa |
|---|---|
replace | default; opsyonal na i-filter sa isang uri ng block |
hollow | pinupuno ang panlabas na shell, nililinis ang loob upang maging air |
outline | pinupuno ang panlabas na shell, hinahayaan lang ang loob |
destroy | ibinabagsak muna ang mga umiiral na block bilang mga item |
keep | pumupuno lamang ng air, hindi kailanman nag-o-overwrite |
hollow versus outline is the pair people mix up. Building a glass box around an existing structure needs outline; hollow would delete what is inside it.
keep is the safe one for terrain — it will not eat anything already placed.
Kinukuha ng form ng filter ang block na papalitan huli:
/fill ~ ~ ~ ~10 ~5 ~10 stone replace dirt
Pinapalitan lamang niyan ang dirt ng stone at hinahayaan ang iba pa nang hindi ginagalaw.
mga clone mode at mask
/clone has two independent settings and the order matters:
Mask — replace (everything) or filtered <block> (only that block) or masked (skip air in the source).
Mode — normal, force (allow overlapping regions), or move (clear the source after copying).
/clone <begin> <end> <destination> masked normal
masked is what you want when stamping a build onto existing terrain — air in the source will not punch holes in the destination.
move is the one that surprises people: it deletes the original. There is no undo.
Kailangan ng force kapag nag-overlap
Kung mag-overlap man ang pinagmulan at destinasyon, normal refuses. force allows it, but the result depends on copy order and is rarely what you wanted. Cloning to a scratch area and back is more predictable.
Dapat naka-load ang mga chunk
Gumagana lamang ang parehong command sa mga naka-load na chunk. A /fill reaching into unloaded terrain silently does nothing out there. For scripted builds, /forceload add the region first and remove it after — otherwise the same command works when you are standing nearby and fails when run from spawn.
Buuin ang alinman sa mga ito gamit ang mga argumento sa tamang pagkakasunod-sunod, at nasuri ang bilang ng block laban sa limitasyon, sa World & Blocks Command Builder.