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"