CHA/config/terrastorage_client.toml

20 lines
537 B
TOML
Raw Normal View History

2025-02-18 15:25:17 +01:00
#Whether to display the options button in the storage screens
#Default: true
display_options_button = false
#==========
#Whether to protect hotbar items from the storage options
#Default: true
hotbar_protection = true
#==========
#The style of the storage option buttons
#Default: DEFAULT
buttons_style = "DEFAULT"
#==========
#The placement of the storage option buttons
#Default: RIGHT
buttons_placement = "RIGHT"
#==========
#The property by which items will be sorted
#Default: ITEM_GROUP
sort_type = "ITEM_GROUP"