From 448b2b3cfbdb7d405cb4c8fadab7970395c8882d Mon Sep 17 00:00:00 2001 From: Chris <65610536+Chris6ix@users.noreply.github.com> Date: Tue, 14 Feb 2023 03:20:58 +0100 Subject: [PATCH 1/2] Add per cmd cooldown bypass permission to wiki --- pages/wiki/Command-Cooldowns.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/wiki/Command-Cooldowns.md b/pages/wiki/Command-Cooldowns.md index 78c5c39..67755fd 100644 --- a/pages/wiki/Command-Cooldowns.md +++ b/pages/wiki/Command-Cooldowns.md @@ -44,3 +44,5 @@ command-cooldown-persistence: false **This feature was added in build 377** Users can be set to bypass all command cooldowns by giving them the `essentials.commandcooldowns.bypass` permission. + +**Since build 1452 ([25ad8ac](https://github.com/EssentialsX/Essentials/commit/25ad8ac9bd5f9dc9dd676e0cd26f9b067daf725b))**, specific command cooldowns can be bypassed with `essentials.commandcooldowns.bypass.`. From 2b99e721a24ebc9d397464eb493218b1ff55c8c1 Mon Sep 17 00:00:00 2001 From: Chris <65610536+Chris6ix@users.noreply.github.com> Date: Sun, 18 Jun 2023 01:33:54 +0200 Subject: [PATCH 2/2] Use release version instead of build --- pages/wiki/Command-Cooldowns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/wiki/Command-Cooldowns.md b/pages/wiki/Command-Cooldowns.md index 67755fd..1f810f8 100644 --- a/pages/wiki/Command-Cooldowns.md +++ b/pages/wiki/Command-Cooldowns.md @@ -45,4 +45,4 @@ command-cooldown-persistence: false Users can be set to bypass all command cooldowns by giving them the `essentials.commandcooldowns.bypass` permission. -**Since build 1452 ([25ad8ac](https://github.com/EssentialsX/Essentials/commit/25ad8ac9bd5f9dc9dd676e0cd26f9b067daf725b))**, specific command cooldowns can be bypassed with `essentials.commandcooldowns.bypass.`. +**Since EssentialsX 2.20.0 ([25ad8ac](https://github.com/EssentialsX/Essentials/commit/25ad8ac9bd5f9dc9dd676e0cd26f9b067daf725b))**, specific command cooldowns can be bypassed with `essentials.commandcooldowns.bypass.`.