> For the complete documentation index, see [llms.txt](https://docs.olziedev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.olziedev.com/projects/playertreasury/faq.md).

# FAQ

## 1. **Why can't I exempt business' from tax?**

it may either be because you don't have the [Player Businesses](/projects/playerbusinesses.md) plugin installed or you have ItemsAdder installed and its conflicting due to emojis. To fix this you can add the Player Treasury commands to the config. Like this.

```yaml
  command:
    enabled: true
    commandblocks: true
    excluded:
    - treasury
    - pt
    - playertreasury
```
