# 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


---

# 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/blacklist.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.
