mirror of
https://github.com/Auxilor/Reforges.git
synced 2026-01-04 15:41:40 +00:00
Added missing config and lang options
This commit is contained in:
@@ -136,6 +136,13 @@ reforge:
|
|||||||
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:
|
cooldown:
|
||||||
|
in-actionbar: true
|
||||||
|
sound:
|
||||||
|
enabled: true
|
||||||
|
sound: "BLOCK_NOTE_BLOCK_PLING"
|
||||||
|
pitch: 0.5
|
||||||
|
|
||||||
|
cannot-afford:
|
||||||
in-actionbar: true
|
in-actionbar: true
|
||||||
sound:
|
sound:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ messages:
|
|||||||
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"
|
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:
|
menu:
|
||||||
title: "Reforge Item"
|
title: "Reforge Item"
|
||||||
|
|||||||
Reference in New Issue
Block a user