> For the complete documentation index, see [llms.txt](https://wiki.gabytm.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.gabytm.me/resources/arcane/vouchers/actions/properties.md).

# Properties

{% hint style="info" %}

## Generic properties

{% endhint %}

These properties are available for all actions.

### Chance

The chance out of 100 for this action to be executed (supports decimals)\
Format: `chance=<chance>` (e.g. `chance=25` for 25%)

### Delay

Delay an action by n ticks\
Format: `delay=<delay>` (e.g. `delay=20` for 1s)

### Permission

Execute the action depending on player's permission.\
Format: `permission=<PermissionMode>:<permission>`

* **PermissionMode:**
  * ADD: The action will be executed only if the player doesn't have this permission and will be added after the first execution
  * ADD\_TEMP: The permission is added, the the action is executed and then the permission is removed
  * NO\_PERMISSION: The action will be executed only if the player doesn't have this permission
  * REQUIRE: The action will be executed only if the player has this permission
  * REMOVE: Same as REQUIRE but the permission is removed after the first execution
* **\<permission>**: String, a permission node

{% hint style="info" %}

## Specific properties

{% endhint %}

These properties are available only for certain actions.

### Broadcast

Broadcast the action to certain players.\
Actions: [\[bossbar\]](/resources/arcane/vouchers/actions.md#bossbar), [\[message\]](/resources/arcane/vouchers/actions.md#message), [\[sound\]](/resources/arcane/vouchers/actions.md#sound)\
**Format:** `broadcast=<condition>:(value),<condition>:(value)...` or `broadcast=*` to broadcast to all players with no exceptions

* `permission:<permission>`: Broadcast to players with a certain permission
* `radius:<radius>`: Broadcast to players within a radius (supports decimals)
* `world`: Broadcast to players from player's world world

Example:

* `broadcast=permission:example.permission,world`&#x20;
* `broadcast=permission:some.permission,radius:50`


---

# 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.gabytm.me/resources/arcane/vouchers/actions/properties.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.
