Minecraft:Commands/getchunks: Difference between revisions
From SAS Gaming Wiki
More actions
imported>Rostiger Bot m Bot: Use better navbox and infobox naming and navigation section. |
Remove broken links to missing pages |
||
| Line 35: | Line 35: | ||
{{Navbox commands}} | {{Navbox commands}} | ||
lzh:令/getchunks | |||
zh:命令/getchunks | |||
Revision as of 15:44, 9 April 2026
Template:Exclusive Template:Infobox command
- Syntax
getchunks <dimension: string>
Example usage:
getchunks overworld
Returns an array of arrays. Each of the arrays contains an x and z coordinate.
e.g.
[\n' +
' [ 80, -3 ],\n' +
' [ 3, -4 ],\n' +
' [ 78, -3 ],\n' +
' [ 77, 6 ],\n' +
' [ 76, -4 ],\n' +
lzh:令/getchunks zh:命令/getchunks