Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The full list of actions is as follows:
| `[givemoney] <amount>` | Give a certain amount of money to the player. [Vault](https://www.spigotmc.org/resources/34315/) is required for this action to work.(requires Vault) |
| `[takeexp] #L` | Take a certain amount of exp levels or points from a player. To give levels, add `L` at the end, otherwise remove it. |
| `[giveexp] #L` | Give a certain amount of exp levels or points to a player. To give levels, add `L` at the end, otherwise remove it |
| `[givepermission] <perm.node>` | Giv a permission to a player. [Vault](https://www.spigotmc.org/resources/vault.34315/) is required for this action to work. |
| `[givepermission] <perm.node>` | Give a permission to a player. [Vault](https://www.spigotmc.org/resources/vault.34315/) is required for this action to work. |
| `[takepermission] <perm.node>` | Take a permission from a player. [Vault](https://www.spigotmc.org/resources/vault.34315/) is required for this action work. |
| `[meta] <set/remove/add/subtract/switch> <key> <type> <value>` | Modifies the player's meta. `add/subtract` are for number types. `switch` is for boolean, it will swap it from true/false. Check [here](../../../clips-plugins/deluxemenus/options-and-configurations/requirements.md#has-meta) for more detail. |
| `[chat] <message>` | Send a message in chat as the player who this action got executed for. |
Expand Down