Compatibility
Minecraft: Java Edition
1.21.10
1.21.8
1.20.1–1.20.6
Platforms
Supported environments
Links
Creators
Details
Licensed ARR
Published 4 months ago
Updated 2 days ago
Changelog
Added commands: /entityify <pos> [<removeBlock>] Summons a falling block entity with no gravity and same blockstate as block pos at pos. If removeBlock exists and is true, removes the block as well.
/for <varname> <start> <end> <increment> <command> for(int varname=start;varname<end;varname+=increment) runs command with all instances of $(varname) replaced with the value in that loop. Example: /for i 0 10 1 tell @a Loop Iteration $(i) would tell all players Loop Iteration 0 Loop Iteration 1 Loop Iteration 2 Loop Iteration 3 Loop Iteration 4 Loop Iteration 5 Loop Iteration 6 Loop Iteration 7 Loop Iteration 8 Loop Iteration 9
/for loops can be nested!
Files
Metadata
Release channel
ReleaseVersion number
1.1.3Loaders
Game versions
1.20.1Downloads
6Publication date
October 6, 2025 at 12:11 AMPublisher

dark-ember
Member

