> For the complete documentation index, see [llms.txt](https://wiki.helpch.at/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.helpch.at/clips-plugins/inventoryfull/configuration.md).

# Configuration

## Config

{% code title="config.yml" %}

```yaml
# InventoryFull version 1.8
# Created by: extended_clip
# Valid placeholders:
# %block% - display the dropped item type
# %player% - display the players name
#   
# For valid sounds, visit http://jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
cooldown_time: 5
max_alerts_until_cooldown: 5
sound_when_full:
  enabled: true
  sound: NOTE_PLING
  volume: 10
  pitch: 1
chat_message:
  use_chat_message: true
  message:
  - '&cYour inventory is full!'
actionannouncer:
  use_actionbar: false
  display_time: 5
  message:
  - '&cYour inventory is full!'
  - '&4Your inventory is full!'
titlemanager:
  use_title: false
  title: '&cYou don''t have room in your inventory'
  subtitle: to collect that &f%block%&c!
  fade_in: 12
  fade_out: 12
  duration: 20
  use_actionbar: false
  actionbar_message: '&cYou don''t have room in your inventory'
holographicdisplays:
  use_hologram: false
  message:
  - '&cYour inventory'
  - '&cis full!'
  display_time: 3
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.helpch.at/clips-plugins/inventoryfull/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
