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:
@@ -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
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user