#Whether the wallets contents should be displayed as a coin item, or as value text.
#Options: ITEMS_WIDE, ITEMS_NARROW, TEXT
displayType=ITEMS_WIDE
#Inventory Button Settings
[inventory_buttons]
#The position that the notification & team manager buttons will be placed at in the players inventory.
button=152,3
#The position that the notification & team manager buttons will be placed at in the players creative inventory.
buttonCreative=171,3
#Chest Button Settings
[chest_buttons]
#Whether the 'Move Coins into Wallet' button will appear in the top-right corner of the Chest Screen if there are coins in the chest that can be collected.
enabled=true
#Whether the 'Move Coins into Wallet' button should collect coins from a side-chain.
#By default these would be the coin pile and coin block variants of the coins.
allowSideChainCollection=false
#Notification Settings
[notification]
#Whether notifications should be posted in your chat when you receive them.
notificationsInChat=true
#Slot Machine Animation Settings
[slot_machine]
#The number of Minecraft ticks the slot machine animation will last.
#Note: 20 ticks = 1 second
#Must be at least 20 ticks (1s) for coding reasons.
#Range: 20 -> 1200
animationDuration=100
#The number of Minecraft ticks the slot machine will pause before repeating the animation.
#Range: 0 -> 1200
animationRestDuration=20
#Sound Settings
[sounds]
#Whether Money Mending should make a noise when triggered.