# WorkstationBanHintOverride

This module allows you to override the default hint message and duration displayed when a player is banned from using a workstation. When configured, it replaces the standard workstation ban notification with a custom hint message that appears for a specified duration.

### Configuration

| Value    | Description                                                                                                                                     |
| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Hint     | The custom hint message to display when a player is banned from using a workstation. This text will override the default ban notification.      |
| Duration | The time, in seconds, that the custom hint message will be displayed to the player. This determines how long the override hint remains visible. |

### Example

```yaml
custom_modules:
  WorkstationBanHintOverride:
    - Hint: "You are temporarily banned from using workstations!"
      Duration: 5.0    # Hint displays for 5 seconds
    - Hint: "Access denied - Cooldown in effect"
      Duration: 3.5    # Alternative hint displays for 3.5 seconds
```


---

# 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://docs.uci.ucserver.it/uncomplicatedcustomitems/prerelease-content/custommodules/workstationbanhintoverride.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.
