9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-21 16:09:20 +00:00

Added cooldown support

This commit is contained in:
Auxilor
2021-11-20 11:35:07 +00:00
parent 376a9ee7ae
commit 53a8587de0
2 changed files with 9 additions and 1 deletions

View File

@@ -134,3 +134,10 @@ reforge:
display-in-lore: true display-in-lore: true
display-in-name: true # Requires paper to be installed on the server 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

View File

@@ -12,6 +12,7 @@ messages:
needs-stone: "&cYou must specify a reforge stone" needs-stone: "&cYou must specify a reforge stone"
invalid-stone: "&cInvalid reforge!" invalid-stone: "&cInvalid reforge!"
give-success: "Gave &a%reforge%&r reforge stone to &a%recipient%" give-success: "Gave &a%reforge%&r reforge stone to &a%recipient%"
on-cooldown: "&cThis reforge is on cooldown! &fTime left: &a%seconds% seconds"
menu: menu:
title: "Reforge Item" title: "Reforge Item"