#The maximum number of notifications each player and/or machine can have before old entries are deleted.
#Lower if you encounter packet size problems.
#Range: 0 -> 2147483647
limit=500
#Machine Protection Settings
[machine_protection]
#Whether illegally broken traders (such as being replaced with /setblock, or modded machines that break blocks) will safely eject their block/contents into a temporary storage area for the owner to collect safely.
#If disabled, illegally broken traders will throw their items on the ground, and can thus be griefed by modded machines.
safeEjection=true
#Coin Mint Settings
[coin_mint]
#Whether or not Coin Mint recipes of mintType "MINT" will function.
#Defaults to the built-in recipes that turn resources into coins.
canMint=false
#Whether or not Coin Mint recipes of mintType "MELT" will function.
#Defaults to the built-in recipes that turn coins back into resources.
canMelt=false
#Default number of ticks it takes to process a Coin Mint recipe.
#Does not apply to Coin Mint recipes with a defined "duration" input.
#Range: 1 -> 72000
defaultMintDuration=100
#Default Recipes
[coin_mint.recipes]
#Minting
[coin_mint.recipes.mint]
#Whether recipes of mintType "MINT" with an output of copper coins will function.
copper=false
#Whether recipes of mintType "MINT" with an output of iron coins will function.
iron=false
#Whether recipes of mintType "MINT" with an output of gold coins will function.
gold=false
#Whether recipes of mintType "MINT" with an output of emerald coins will function.
emerald=false
#Whether recipes of mintType "MINT" with an output of diamond coins will function.
diamond=false
#Whether recipes of mintType "MINT" with an output of netherite coins will function.
netherite=false
#Melting
[coin_mint.recipes.melt]
#Whether recipes of mintType "MELT" with an output of copper ingots will function.
copper=false
#Whether recipes of mintType "MELT" with an output of iron ingots will function.
iron=false
#Whether recipes of mintType "MELT" with an output of gold ingots will function.
gold=false
#Whether recipes of mintType "MELT" with an output of emeralds will function.
emerald=false
#Whether recipes of mintType "MELT" with an output of diamonds will function.
diamond=false
#Whether recipes of mintType "MELT" with an output of netherite ingots will function.
netherite=false
#Wallet Settings
[wallet]
#The lowest level wallet capable of exchanging coins.