Block pre-generator 1.12.2 Configuration file Sinicized block pre-generator

base.cfg file

 [General]

#Define whether the performance analyzer is running in the background (mainly used in the server, account calculation speed, expected to generate time, etc.)

B: ENable-PROFILER = TRUE

[GM.GENATOR]

#Define the milliseconds of each game engraved block

I: Time-Per-Tick = 40

#Define the priority of the task.The game is pre -generated.

E: Priority = Game

#Define whether the task queue continues automatically when starting the game

B: Auto-Resume = False

#The pre -generated speed of the last record of the last record

P: Pregen-Speeds = <

0; 1.0,

-1; 1.0,

1; 1.0

"

[GM.Tweaks]

#The warning of the server preview text on the multiplayer game screen, including the estimated time (the interface display will be displayed before entering the game)

B: ENABLE-login-work = true

#Definition When the predictable generator believes that the game is about to be exhausted, whether the game is automatically closed to prevent the world from damaging

B: Memory-ProTector = TRUE

#When the memory reaches the low, the predictable generator will automatically close the game within 30 seconds

I: Memory-Limit = 384

#Definition the number of players who must be online before pre -pre -rectifier automatic pause

I: Player-Limit = -1

#Define whether to automatically delete the mine reference to reduce the memory leakage effect

B: Clear-MINESHAFTS = TRUE

[GM.Commands]

#Define whether to enable user protection

B: User-PRotection = TRUE

[GM.CUSTOMIZATION]

#Define the content sent to the chat during the pre-birth (premise is the enable-profiler = true)

E: Logger-Order = <

Task,

world,

Mission information,

Treatment speed, loaded files,

Working area,

Expected time,

Memory use,

control

"

#Define the permissions that the player can use

P: Player-Permissions =

#Define whether to translate on the server side

B: Force-Server-Translation = FALSE

[Client]

#Define the delay of displaying tool prompts in the GUI, the unit is milliseconds

I: Tooltip-Delay = 200

#Disable the return of command lines from modern versions

B: Disable-Advanced-Commandline = FALSE

#Define whether the proportion of automatic adjustment preview is always suitable for the entire GUI

B: Disable-Preview-Auto-SCALE = FALSE

#Allows to select a custom background for configuration with the default background

E: Custom-background = Planks

#Define whether the background is always visible or only visible when it is not in the activity world

B: Ingame-background = false

#Whether to show the warning of Forge Essentials

B: Warning-FORGE-ESSENTIALS = FALSE

[Client .pregen-Overlay]

#Define whether the superposition layer is enabled

B: Isenabled = TRUE

#Define the level of the superposition layer

E: Horizontal Alignment = Start

#Define the vertical alignment method of the superposition layer

E: Vertical Alignment = Start

#Define the proportion of the superposition layer

D: Scale = 1.0

#Define the number of engraving between each rotation

I: poll delay = 1

[Client .tracker-Overlay]

#Define whether the superposition layer is enabled

B: Isenabled = false

#Define the level of the superposition layer

E: Horizontal Alignment = End

#Define the vertical alignment method of the superposition layer E: Vertical Alignment = Start

#Define the proportion of the superposition layer

D: Scale = 1.0

#Define the number of engraving between each rotation

I: poll delay = 1

#Definition details The dimension should be followed

I: Detailed-Dimension = 0

Example.json file

 {{

"Fileheader": "Chunk Pregen Example File, execute all the commands stored in it",

"FILENAME": "This file is only a tutorial. The file name actually uses this function is: onDimensionCreation.json",

"FileContents": "The ONDIMENSIONCREATION file is a JSON file. All of the commands will be executed as the server",

"Filecommands": "The command inserted can be an array or JSON form value, the command must be written in the way of the console",

"FileFormat": "All the contents of the sample entry represent the appearance of onDimensionCreation.json. In other words, it is the root directory of the file",

"Example": {

"Any": "/Pregen Start Gen Radius testing%1 $ square 0 0 100%1 $ S",

"Dimensionid": "Only execute these commands on a specific dimension. The dimension ID must be an integer ID of the dimension, which can be a value or an array",

"Server": "executing these commands when the server starts for the first time, it can be a value or array",

"0": "/msg hello world" "

}

}