From c012a69405ed45afecf905eb36015a184e5f84f0 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 3 Jan 2022 19:10:53 +0000 Subject: [PATCH] Added missing config and lang options --- eco-core/core-plugin/src/main/resources/config.yml | 7 +++++++ eco-core/core-plugin/src/main/resources/lang.yml | 1 + 2 files changed, 8 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index e2812a7..7cb6546 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -136,6 +136,13 @@ reforge: display-in-name: true # Requires paper to be installed on the server cooldown: + in-actionbar: true + sound: + enabled: true + sound: "BLOCK_NOTE_BLOCK_PLING" + pitch: 0.5 + +cannot-afford: in-actionbar: true sound: enabled: true diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 2d0d30b..20b81ca 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -13,6 +13,7 @@ messages: invalid-stone: "&cInvalid reforge!" give-success: "Gave &a%reforge%&r reforge stone to &a%recipient%" on-cooldown: "&cThis reforge is on cooldown! &fTime left: &a%seconds% seconds" + cannot-afford: "&cYou can't afford to do this! &fCost: &a$%cost%" menu: title: "Reforge Item"