🧑Configs
Placeholders
In the config.yml file, the following special placeholders can be used
# %owner% -> Owner of the ultrachest
# %time_left% -> Time left for autosell to execute
# %auto_sell_enabled% -> Currently gives "Active" or "No".
# %block_collection_enabled% -> Currently gives "Active" or "No".
# %mob_kill_collection_enabled% -> Currently gives "Active" or "No".
# %mob_other_collection_enabled% -> Currently gives "Active" or "No".
# %furnace_collection_enabled% -> Currently gives "Active" or "No".
# %crop_collection_enabled% -> Currently gives "Active" or "No".
# %slot_count% -> Current amount of used slots in the chest.
# %storage_count% -> Current amount of used storage in the chest.
# %user_count% -> Current amount of users that can access the chest.
# All the placeholders below with the word TIER return a roman numeral for the tier NUMBER.
# All the placeholders below with the word VALUE return a number for the actual VALUE of given upgrade
#
# %current_upgrade_slot_tier%
# %current_upgrade_slot_value%
# %next_upgrade_slot_tier%
# %next_upgrade_slot_value%
# %next_upgrade_slot_price%
# %next_upgrade_slot_permission%
#
# %current_upgrade_storage_tier%
# %current_upgrade_storage_value%
# %next_upgrade_storage_tier%
# %next_upgrade_storage_value%
# %next_upgrade_storage_price%
# %next_upgrade_storage_permission%
#
# %current_upgrade_speed_tier%
# %current_upgrade_speed_value%
# %next_upgrade_speed_tier%
# %next_upgrade_speed_value%
# %next_upgrade_speed_price%
# %next_upgrade_speed_permission%
#
# %current_upgrade_multiplier_tier%
# %current_upgrade_multiplier_value%
# %next_upgrade__multiplier_tier%
# %next_upgrade__multiplier_value%
# %next_upgrade__multiplier_price%
# %next_upgrade__multiplier_permission%
# %current_upgrade_members_tier%
# %current_upgrade_members_value%
# %next_upgrade_members_tier%
# %next_upgrade_members_value%
# %next_upgrade_members_price%
# %next_upgrade_members_permission%
# %current_upgrade_sell_quantity_tier%
# %current_upgrade_sell_quantity_value%
# %next_upgrade_sell_quantity_tier%
# %next_upgrade_sell_quantity_value%
# %next_upgrade_sell_quantity_price%
# %next_upgrade_sell_quantity_permission%
#
#
# %item% -> Item Name
# %item_amount% -> Item quantity
# %item_price% -> Item price per stack, 64 items.
Others:
# %is_member_in_chest% -> Currently returns "Yes" or "No"
# %is_item_in_chest% -> Currently returns "Yes" or "No"
GUI Item Icons
UltraStorage allows for any item in the GUI to be changed, you can either chose any item ingame or you can even chose a player head skin! Just replace the VALUE in the material field of any config section and that's it!.
Last updated