diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 913a460..794488f 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -133,4 +133,11 @@ reforge: - "&8This item can be reforged!" display-in-lore: true - display-in-name: true # Requires paper to be installed on the server \ No newline at end of file + display-in-name: true # Requires paper to be installed on the server + +cooldown: + in-actionbar: true + sound: + enabled: true + sound: "note_block_pling" + pitch: 0.5 \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 4305f2d..2d0d30b 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -12,6 +12,7 @@ messages: needs-stone: "&cYou must specify a reforge stone" 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" menu: title: "Reforge Item"