From 380b77d0fbb178709f7d2699a5d04f55690a8646 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Mon, 20 Nov 2023 17:51:34 +0100 Subject: [PATCH] Improve settings descriptions --- settingtypes.txt | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/settingtypes.txt b/settingtypes.txt index 83190a9..f8e5607 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -1,23 +1,29 @@ -#Enabling lite mode enables a smaller and simpler version of the Unified -#Inventory, optimized for small displays. +# Reduced formspec layout, optimized for smaller displays. +# Note: This may also disable some features to free up visual space. unified_inventory_lite (Lite mode) bool false -#If enabled, bags will be made available which can be used to extend -#inventory storage size. +# Provides craftable bag items to extend the inventory space. unified_inventory_bags (Enable bags) bool true -#If enabled, the trash slot can be used by those without both creative -#and the give privilege. +# Shows the trash slot to everyone. +# When disabled, only players with the privilege "creative" or "give" will +# have this slot shown in their inventory. unified_inventory_trash (Enable trash) bool true -#If enabled, disabled buttons will be hidden instead of grayed out. +# If enabled, disabled buttons will be hidden instead of grayed out. unified_inventory_hide_disabled_buttons (Hide disabled buttons) bool false +# Automatically categorizes registered items based on their +# groups. This is based on a fuzzy match, thus is not 100% accurate. +unified_inventory_automatic_categorization (Categories: add items automatically) bool true -unified_inventory_automatic_categorization (Items automatically added to categories) bool true +# Shows the selected wielded item description in the HUD for a few seconds. +unified_inventory_item_names (Enable HUD item names) bool true -unified_inventory_item_names (Item names are shown above hotbar) bool true +# Trims the shown wielded item description to the first line. +unified_inventory_only_names (HUD item name: first line only) bool true -unified_inventory_only_names (Show only item name) bool true - -unified_inventory_max_item_name_length (Maximum length of an item name before it's truncated, 0 disables option) int 80 +# Hard character limit of the wielded item description. +# Crops the shown description to the specified length. +# 0 disables this functionality. +unified_inventory_max_item_name_length (HUD item names: character limit) int 80