Splits the blacksmith command into two commands, and much more
This commit is contained in:
@ -9,9 +9,19 @@ api-version: 1.18
|
||||
|
||||
commands:
|
||||
blacksmith:
|
||||
permission: blacksmith.edit
|
||||
usage: /<command> <option> [new value]
|
||||
description: Used for configuring the selected blacksmith NPC
|
||||
blacksmithconfig:
|
||||
permission: blacksmith.admin
|
||||
description: Used for configuring a blacksmith or the plugin
|
||||
usage: /<command> <option/reload> [new value]
|
||||
description: Used for configuring default blacksmith settings, or global settings
|
||||
permissions:
|
||||
blacksmith.admin:
|
||||
description: Allows blacksmith configuration
|
||||
description: Allows overall blacksmith configuration
|
||||
default: op
|
||||
children:
|
||||
blacksmith.edit: true
|
||||
blacksmith.edit:
|
||||
description: Allows changing settings for the selected blacksmith NPC
|
||||
default: op
|
Reference in New Issue
Block a user