Taxs.yml

#########################################################################################################################################
#
#
#   Sponsor: https://serveur-minecraft-vote.fr/
#   Documentation: https://zauctionhouse.groupez.dev/
#   Discord: https://discord.groupez.dev/
# 
#   Configuration of taxes by items 
#   Dont forget to set 'enableItemsTax' to true in config.json if you want to use this taxs
#
#########################################################################################################################################

taxs:
  exampleA:
    percent: 5.0 
    item:
      material: STONE
      data: 0
      amount: 1
      durability: 0
  exampleB:
    percent: 10.0
    item:
      material: IRON_ORE
      data: 0
      amount: 1
      durability: 0
  exampleC:
    percent: 30.0
    item:
      material: IRON_INGOT
      data: 0
      amount: 1
      durability: 0

Last updated