2017-07-31 11:53:59 +02:00
name : Blacksmith
2022-02-01 19:52:41 +01:00
author : EpicKnarvik97, aPunch, jrbudda, HurricanKai
authors : [ EpicKnarvik97, aPunch, jrbudda, HurricanKai ]
2022-11-07 00:22:03 +01:00
version : '${project.version}'
2022-07-19 02:41:01 +02:00
main : net.knarcraft.blacksmith.BlacksmithPlugin
2022-02-01 19:52:41 +01:00
depend : [ Citizens, Vault ]
2023-09-23 19:15:11 +02:00
prefix : "Blacksmith"
2017-07-31 11:53:59 +02:00
2022-10-03 12:50:56 +02:00
api-version : 1.19
2018-10-12 21:00:54 +02:00
2017-07-31 11:53:59 +02:00
commands :
2022-08-07 01:21:47 +02:00
blacksmith :
2022-08-19 19:08:54 +02:00
permission : blacksmith.edit
usage : /<command> <option> [new value]
description : Used for configuring the selected blacksmith NPC
blacksmithconfig :
2022-08-07 01:21:47 +02:00
permission : blacksmith.admin
2022-08-19 19:08:54 +02:00
usage : /<command> <option/reload> [new value]
description : Used for configuring default blacksmith settings, or global settings
2022-10-13 18:40:38 +02:00
preset :
permission : blacksmith.preset
usage : /<command> <preset>[:filter]
description : Used to display which materials are part of a given preset. If a filter, such as diamond is used, the result of applying the filter is shown.
2022-02-01 19:52:41 +01:00
permissions :
2022-08-07 01:21:47 +02:00
blacksmith.admin :
2022-08-19 19:08:54 +02:00
description : Allows overall blacksmith configuration
default : op
children :
blacksmith.edit : true
2022-10-03 00:11:39 +02:00
blacksmith.use : true
2022-10-13 18:40:38 +02:00
blacksmith.preset : true
2022-08-19 19:08:54 +02:00
blacksmith.edit :
description : Allows changing settings for the selected blacksmith NPC
2022-10-03 00:11:39 +02:00
default : op
blacksmith.use :
description : Allows the player to repair items using blacksmiths
2022-10-13 18:40:38 +02:00
default : true
blacksmith.preset :
description : Allows the player to use the /preset command
default : op