From 95686e10b64acaa183f369c3b2e5c5ee044fcaa0 Mon Sep 17 00:00:00 2001 From: Zamin Bhutto <140362885+Abasing@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:02:13 +0500 Subject: [PATCH] Fix typo in givepermission action description --- .../deluxemenus/options-and-configurations/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpchat-plugins/deluxemenus/options-and-configurations/actions.md b/helpchat-plugins/deluxemenus/options-and-configurations/actions.md index 7bdba96..b424209 100644 --- a/helpchat-plugins/deluxemenus/options-and-configurations/actions.md +++ b/helpchat-plugins/deluxemenus/options-and-configurations/actions.md @@ -33,7 +33,7 @@ The full list of actions is as follows: | `[givemoney] ` | 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] ` | Giv a permission to a player. [Vault](https://www.spigotmc.org/resources/vault.34315/) is required for this action to work. | +| `[givepermission] ` | Give a permission to a player. [Vault](https://www.spigotmc.org/resources/vault.34315/) is required for this action to work. | | `[takepermission] ` | Take a permission from a player. [Vault](https://www.spigotmc.org/resources/vault.34315/) is required for this action work. | | `[meta] ` | 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] ` | Send a message in chat as the player who this action got executed for. |