-
Notifications
You must be signed in to change notification settings - Fork 128
ChunkLogger
Misc > ChunkLogger show new chunks.
.chunklogger enable <0/1>
Enables (1
) or disables (0
) the cheat.
.chunklogger max-chunks <5120>
Maximum chunks to render (set to 0 for infinite). Default 5120
.chunklogger clear-on-toggle <true/false>
Clear chunk list on disable. Default true
.chunklogger show-only <all/new_only/old_only>
Specify which chunk to only show. Default ALL
.chunklogger detection-method <IS_FULL_CHUNK>
Specify the method to detect new chunks. Currently only IS_FULL_CHUNK is supported. Default IS_FULL_CHUNK
.chunklogger flag-timing <1000>
Maximum time in MS that another chunk load in succession will trigger it to be marked as a new chunk. Default 1000
.chunklogger block-change-threshold <100>
Maximum number of blocks required to change between chunk loading in order to be marked as a new chunk. Default 100