All checks were successful
Deploy to Remote Server / deploy (push) Successful in 3m31s
39 lines
1.2 KiB
TOML
39 lines
1.2 KiB
TOML
#If true, breaking the minePad is required to craft upgrades.
|
|
hard_recipes = true
|
|
#Whether or not webdisplays should thank the user for using the mod
|
|
join_message = false
|
|
#If true, the ownership thief item will be disabled
|
|
disable_ownership_thief = false
|
|
|
|
#Options for the miniserver
|
|
[mini_server]
|
|
#The port used by miniserv. 0 to disable
|
|
#Range: 0 ~ 32767
|
|
miniserv_port = 25566
|
|
#The amount of data that can be uploaded to miniserv, in KiB (so 1024 = 1 MiO)
|
|
#Range: 0 ~ 9223372036854775807
|
|
miniserv_quota = 1920
|
|
|
|
#Options for the in world screen blocks
|
|
[screen_options]
|
|
#The maximum value screen's horizontal resolution, in pixels
|
|
#Range: > 0
|
|
max_resolution_x = 4096
|
|
#The maximum value screen's vertical resolution, in pixels
|
|
#Range: > 0
|
|
max_resolution_y = 4096
|
|
#The maximum width for the screen multiblock, in blocks
|
|
#Range: > 0
|
|
max_width = 32
|
|
#The maximum height for the screen multiblock, in blocks
|
|
#Range: > 0
|
|
max_height = 32
|
|
|
|
#Options for the browsers (both the minePad and the screens)
|
|
[browser_options]
|
|
#The page which screens should open up to when turning on
|
|
blacklist = ""
|
|
#The page which screens should open up to when turning on
|
|
home_page = "https://docs.bot.leisuretimedock.top/s/10dc6cc2-c5f2-44bf-bef3-e885db03ec2b"
|
|
|