your current location:首页 > news>Built -in web browser configuration file description [WD] built -in web browser (webdisplays) Minecraft Game

Built -in web browser configuration file description [WD] built -in web browser (webdisplays) Minecraft Game

2024-12-10 17:47:53|Myriagame |source:minecraft skins

This tutorial is from MC Encyclopedia (MCMOD.CN) using the CC By-NC-SA protocol.

# Configuration file

#This is the configuration file of the built -in web browser, based on the game version 1.12.2, module version 1.0.Among them, Ture is turned on and False is closed.

client {[Client settings]

# If True, The Volume of YouTube VideoS Will Change Depending On How far you are

#[After turning on, the sound will change with the distance from the screen when playing the oil pipe video, the default is to open]

B: ENableSounddistance = TRUE

# All screens outside this range will be unloaded

#[The screen exceeding this distance will be uninstalled, the default is 30]

D: Loaddistance = 30.0

# All unloaded screens inside this range will be loaded

#[The uninstalled screen will be reloaded after entering the distance, the default is 32]

D: UnLoaddistance = 32.0

# VOLUME for Youtube VideoS. This will have no effect if enablesounddistance is set to false

#[Volume video volume settings.This option takes effect only when it is enabled by the first item (adjustment of the volume according to the distance), and the default is 100]

D: ytvolume = 100.0

}

main {[Module subject settings]

# An array of domain names you do want to load.

#【List of Domain Names for Banning】

S: Blacklist <

"

# If true, the ownership thies will be disabled

#[After opening, the ownership stealler will be disabled, the default is closed]

B: DisableOWNERSHIPTHIEF = FALSE

# If true, breaking the minepad is required to craft upgrades.

#[After opening, the component of the synthetic upgrade component needs to be damaged tablet]

B: Hardrecipes = TRUE

# The url that will be loaded each time you create a screen

#【The interface displayed by default when creating the screen (ie Homepage)】

S: HomePage = MOD: //Webdisplays/main.html

# Maximum Horizontal Screen Resolution, in Pixels

#[The maximum horizontal resolution of the screen, the unit is pixel. The default is 1920]

I: maxResolutionX = 1920

# Maximum Vertical Screen Resolution, in Pixels

#[The maximum vertical resolution of the screen, the unit is pixel.Defeted 1080] I: maxResolutiony = 1080

# Maximum screen width, in blocks. Resolution will be climped by maxResolutionx.

#[The maximum width of the screen, the unit is a square.Resolution is controlled by the maximum horizontal resolution.Deficiency 16]

I: MaxScreensizeX = 16

# Maximum screen height, in blocks. Resolution will be classped by maxResolutiony.

#[The maximum height of the screen is the unit.The resolution is controlled by the maximum vertical resolution.Deficiency 16]

I: maxscrensizey = 16

# The port using by miniserv. 0 to disable.

#[MINISERV available interface number, set to 0 will be disabled, the default is 25566]

I: miniservport = 25566

# The amount of data that can be uploaded to miniserv, in kib (so 1024 = 1 mio)

#[The maximum amount of data that can be uploaded to MINISERV, the unit is KIB (that is, 1024 = 1mio), the default is 1024]

I: Miniservquota = 1024

# The minepad y resolution in pixels. Padwidth = padheight * 1.96666666666666666

#[The vertical resolution of the tablet, the unit is pixel.The horizontal resolution is vertical resolution x1.9666666666666666]

I: padheight = 480

}