From 998cbd7c1937f85c6db6d75db2a7dacff3cf64f6 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 20 Nov 2021 11:35:32 +0000 Subject: [PATCH] Added cooldown support --- eco-core/core-plugin/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 794488f..e2812a7 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -139,5 +139,5 @@ cooldown: in-actionbar: true sound: enabled: true - sound: "note_block_pling" + sound: "BLOCK_NOTE_BLOCK_PLING" pitch: 0.5 \ No newline at end of file