File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ tax: 0.05
4545
4646# The fake player where the tax money goes to.
4747# Set this to "" to disable it (Taxing will still work but not deposit to any account)
48- tax-account : tax
48+ tax-account : " "
4949
5050# Turn on this option will migrate shop owner to specified account when you set a shop to unlimited.
5151# It won't affect exists shops, you will need switch to unlimited again to apply it.
@@ -56,7 +56,7 @@ unlimited-shop-owner-change: false
5656unlimited-shop-owner-change-account : quickshop
5757
5858# Whether to show taxes paid when selling to a shop
59- show-tax : false
59+ show-tax : true
6060
6161# Whether to respect item flags (e.g. hide the enchantment info when item have HIDE_ENCHANTS flag).
6262respect-item-flag : true
@@ -75,7 +75,7 @@ logging:
7575 # Should QuickShop log balance before and after when trading?
7676 log-balance : true
7777 # The target size (in MB) to split log files to the "plugins\QuickShop\logs" folder.
78- file-size : 10 .0
78+ file-size : 3 .0
7979 # Log data storage location (0 to file, 1 to database)
8080 location : 0
8181# Some economy plugins cache player balances, this sometimes causes insufficient balance when trying to use a shop
You can’t perform that action at this time.
0 commit comments