# Tax

Tax type:

* SELL (The player will paid a tax when i sell an item)
* PURCHASE (The price will tax when player is purchase an item)
* BOTH (Its SELL and PURCHASE)
* CAPITALISM (This type will allow to sell an item at 100$, if there is a 10% tax then the item will be displayed at 110$, the buyer will pay 110$ and the seller will receive 100$)

You can enable tax for every items or for specific items

```yaml
#########################################################################################################################################
#
#
#   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

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zauctionhouse.groupez.dev/configurations/tax.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
