From cce707dc2c213560c8610bf9e64dfc05ec19e10c Mon Sep 17 00:00:00 2001 From: _OfTeN_ Date: Wed, 29 Mar 2023 14:50:07 +0300 Subject: [PATCH] Added missing lang.yml entries --- eco-core/core-plugin/src/main/resources/lang.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 511bc49..df1aeb1 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -5,6 +5,8 @@ messages: invalid-command: "&cUnknown subcommand!" reloaded: "Reloaded!" + must-specify-player: "&cYou must specify a player!" + invalid-player: "&cInvalid player!" must-specify-currency: "&cYou must specify a currency!" invalid-currency: "&cInvalid currency!" must-specify-amount: "&cYou must specify an amount!"