From d782b18f96849148a9af66e52b22c7df29531304 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 28 Mar 2022 14:06:03 +0100 Subject: [PATCH] Fixed missing lang.yml message --- eco-core/core-plugin/src/main/resources/lang.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index cb8e96d..eb028df 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -12,3 +12,4 @@ messages: give-success: "Gave &a%talisman%&r to &a%recipient%" cannot-afford: "&cYou can't afford to do this! &fCost: &a$$%cost%" cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%" + on-cooldown: "&cThis effect is on cooldown! &fTime left: &a%seconds% seconds"