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-08-08 19:27:54 +02:00
|
|
|
version: 1.0.0
|
2022-07-19 02:41:01 +02:00
|
|
|
main: net.knarcraft.blacksmith.BlacksmithPlugin
|
2022-02-01 19:52:41 +01:00
|
|
|
depend: [ Citizens, Vault ]
|
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-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-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
|
|
|
|
default: true
|