# Commands & Permissions

<details>

<summary>/ctd reload</summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Reloads the configuration and message file.

</details>

<details>

<summary>/ctd debug</summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Toggles the debug mode

</details>

<details>

<summary>/ctd testpurchase</summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Simulates a purchase to test messages and embeds.

</details>

<details>

<summary>/ctd testgoal</summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Simulates a goal completion to test messages and embeds.

</details>

<details>

<summary>/ctd testmilestone</summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Simulates a milestone completion to test messages and embeds.

</details>

<details>

<summary>/ctd testsale</summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Simulates a sale to test messages and embeds.

</details>

<details>

<summary>/ctd forceloadpayments &#x3C;number></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Load x amount of payments form tebex into the plugins storage. (between 1 -100)

</details>

<details>

<summary>/ctd setsecret &#x3C;secret></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets your Tebex Secret.

</details>

<details>

<summary>/ctd setdataupdate &#x3C;number></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `payment-data-update-intervall` in the config.yml.

</details>

<details>

<summary>/ctd setpaymentcheck &#x3C;number></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `payment-check-amount` in the config.yml.

</details>

<details>

<summary>/ctd setminbroadcast &#x3C;number></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `min-amount-for-broadcast` in the config.yml

</details>

<details>

<summary>/ctd setbarpercentage &#x3C;number></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `bar-percentage` in the config.yml

</details>

<details>

<summary>/ctd setfullbar &#x3C;text></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `full-bar` in the config.yml

</details>

<details>

<summary>/ctd setemptybar&#x3C;text></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `empty-bar` in the config.yml

</details>

<details>

<summary>/ctd setwebhook &#x3C;true/false></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `enable-webhook` in the config.yml

</details>

<details>

<summary>/ctd setwebhookurl &#x3C;text></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `webhook-url` in the config.yml

</details>

<details>

<summary>/ctd setwebhookusername &#x3C;text></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `webhook-username` in the config.yml

</details>

<details>

<summary>/ctd setggwave &#x3C;true/false></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `enable-ggwave` in the config.yml

</details>

<details>

<summary>/ctd startggwave</summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Starts a new GGWave.

</details>

<details>

<summary>/ctd stopggwave</summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Stops the current GGWave.

</details>

<details>

<summary>/ctd setggwaveduration &#x3C;number></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `ggwave-duration` in the config.yml

</details>

<details>

<summary>/ctd setggwavetrigger &#x3C;text></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `ggwave-trigger-text` in the config.yml

</details>

<details>

<summary>/ctd setggwavemin &#x3C;number></summary>

* Permission: *<mark style="color:purple;">`command.crowntebexdata`</mark>*
* Description: Sets the `min-amount-for-ggwave` in the config.yml

</details>


---

# 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://obey.gitbook.io/wiki/legacy-wiki/plugins/crowntebexdata/commands-and-permissions.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.
