# Whitelist

```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 whitelisted items here. Here are the different types of whitelist:
#   - zauctionhouse:similar_model_id
#   - zauctionhouse:names_contains
#   - zauctionhouse:zauctionhouse:contains_lore
#   - zauctionhouse:material_similar
#
#   Documentation: https://zauctionhouse.groupez.dev/whitelist
#
#########################################################################################################################################

whitelist:
#
#    # 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 # (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
```

### zauctionhouse:material\_similar

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

### zauctionhouse:contains\_lore

Whitelist an item if lore contains a string

### zauctionhouse:similar\_model\_id

Whitelist an item with material and model id

### zauctionhouse:names\_contains

Whitelist 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/whitelist.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.
