本文发布于502天前,最后更新于95天前,其中的信息可能有所发展或是发生改变。如有疑问请联系邮箱:admin@yemengstar.com。
1.简介
百科地址:预生成区块 (Chunky) – MC百科|最大的Minecraft中文MOD百科 (mcmod.cn)
插件地址:Chunky | SpigotMC – High Performance Minecraft
插件支持版本:1.13+
MOD(forge)地址:Chunky (Forge) – Minecraft Mods – CurseForge
MOD(fabric)地址:Chunky (Fabric) – Minecraft Mods – CurseForge
MOD支持版本:1.16.5+
2.命令
Task Management
- chunky start Starts a new chunk generation task from the current selection
- chunky pause Pauses the current chunk generation tasks, and saves progress
- chunky continue Continues running current or saved chunk generation tasks
- chunky cancel Stops the current chunk generation tasks, and cancels progress
Selection
- chunky world [world] Sets the currently selected world
- chunky shape <shape> Set the shape to generate
- chunky center [<x> <z>] Sets the current center block location
- chunky radius <radius> Sets the current radius
- chunky worldborder Set the center and radius to match the vanilla world border in the selected world
- chunky spawn Set the center to the spawn point
- chunky corners <x1> <z1> <x2> <z2> Set the selection by corner coordinates
- chunky pattern <pattern> Set the preferred generation pattern
- chunky selection Display the current selection
Miscellaneous
- chunky silent Toggle displaying update messages
- chunky quiet <interval> Set the quiet interval in seconds for update messages
- chunky progress Display pre-generation progress in-game for all tasks
- chunky reload Reloads the configuration
- chunky trim Delete chunks outside selection
3.示例
1.在主世界,以(0,0)为中心,生成1000方块内的区块:
chunky radius 1000
chunky start
2.在地狱,以(1000,1000)为中心,生成5000方块内的方块
chunky center 100 -100
chunky radius 5000
chunky world world_nether
chunky start
3.在末地,生成1000方块内的区块:
chunky radius 1000
chunky world world_the_end
chunky start