Files
Reimagined/config/bagofholding-server.toml
2026-05-07 21:38:27 +03:00

24 lines
699 B
TOML

#Amount of inventory rows this type of bag of holding has.
#Default Value: 1
# Default: 1
# Range: 1 ~ 9
leather_bag_rows = 1
#Amount of inventory rows this type of bag of holding has.
#Default Value: 3
# Default: 3
# Range: 1 ~ 9
iron_bag_rows = 3
#Chance that one level of preservation will be lost on a bag of holding when dying.
#Default Value: 1.0
# Default: 1.0
# Range: 0.0 ~ 1.0
preservation_level_loss_chance = 1.0
#Amount of inventory rows this type of bag of holding has.
#Default Value: 6
# Default: 6
# Range: 1 ~ 9
golden_bag_rows = 6
#Require the player to be crouching to open the item bag menu via right-click.
#Default Value: false
sneak_to_open_bag = false