> For the complete documentation index, see [llms.txt](https://zauctionhouse.groupez.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zauctionhouse.groupez.dev/configurations/blacklist.md).

# Blacklist

```yaml
#########################################################################################################################################
#
#
#   Sponsor: https://serveur-minecraft-vote.fr/
#   5€ gift code on Minecraft Vote Server : ZAUCTIONHOUSE (https://serveur-minecraft-vote.fr/utiliser/un/code/cadeau?code=ZAUCTIONHOUSE)
#
#   Documentation: https://zauctionhouse.groupez.dev/
#   Discord: https://discord.groupez.dev/
# 
# 
# ███████╗░█████╗░██╗░░░██╗░█████╗░████████╗██╗░█████╗░███╗░░██╗██╗░░██╗░█████╗░██╗░░░██╗░██████╗███████╗██╗░░░██╗██████╗░
# ╚════██║██╔══██╗██║░░░██║██╔══██╗╚══██╔══╝██║██╔══██╗████╗░██║██║░░██║██╔══██╗██║░░░██║██╔════╝██╔════╝██║░░░██║╚════██╗
# ░░███╔═╝███████║██║░░░██║██║░░╚═╝░░░██║░░░██║██║░░██║██╔██╗██║███████║██║░░██║██║░░░██║╚█████╗░█████╗░░╚██╗░██╔╝░█████╔╝
# ██╔══╝░░██╔══██║██║░░░██║██║░░██╗░░░██║░░░██║██║░░██║██║╚████║██╔══██║██║░░██║██║░░░██║░╚═══██╗██╔══╝░░░╚████╔╝░░╚═══██╗
# ███████╗██║░░██║╚██████╔╝╚█████╔╝░░░██║░░░██║╚█████╔╝██║░╚███║██║░░██║╚█████╔╝╚██████╔╝██████╔╝███████╗░░╚██╔╝░░██████╔╝
# ╚══════╝╚═╝░░╚═╝░╚═════╝░░╚════╝░░░░╚═╝░░░╚═╝░╚════╝░╚═╝░░╚══╝╚═╝░░╚═╝░╚════╝░░╚═════╝░╚═════╝░╚══════╝░░░╚═╝░░░╚═════╝░
#
#
#
#   You can find the list of blacklisted items here. Here are the different types of blacklist:
#   - zauctionhouse:similar_model_id
#   - zauctionhouse:names_contains
#   - zauctionhouse:zauctionhouse:contains_lore
#   - zauctionhouse:material_similar
#
#   Documentation: https://zauctionhouse.groupez.dev/blacklist
#
#########################################################################################################################################

blacklists:

    # Blacklist items if their name contains an element
  - type: "zauctionhouse:names_contains"
    key: "Custom Sword"
      
    # Blacklist of items with a custom model id
  - type: "zauctionhouse:similar_model_id"
    key: PAPER # Material name (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
    modelId: 10001    
    
    # Blacklist of items with lore contains key
  - type: "zauctionhouse:contains_lore"
    key: "Cosmetics"    
    
    # Blacklist of items with lore contains key
  - type: "zauctionhouse:material_similar"
    key: STONE_HOE
```

### zauctionhouse:material\_similar

Blacklist a material (<https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html>)

### zauctionhouse:contains\_lore

Blacklist an item if lore contains a string

### zauctionhouse:similar\_model\_id

Blacklist an item with material and model id

### zauctionhouse:names\_contains

Blacklist an item if name contains a string
