Blacksmith/src/main/resources/plugin.yml

40 lines
1.4 KiB
YAML
Raw Normal View History

name: Blacksmith
author: EpicKnarvik97, aPunch, jrbudda, HurricanKai
authors: [ EpicKnarvik97, aPunch, jrbudda, HurricanKai ]
version: '${project.version}'
2022-07-19 02:41:01 +02:00
main: net.knarcraft.blacksmith.BlacksmithPlugin
depend: [ Citizens, Vault ]
prefix: "Blacksmith"
2022-10-03 12:50:56 +02:00
api-version: 1.19
2018-10-12 21:00:54 +02:00
commands:
blacksmith:
permission: blacksmith.edit
usage: /<command> <option> [new value]
description: Used for configuring the selected blacksmith NPC
blacksmithconfig:
permission: blacksmith.admin
usage: /<command> <option/reload> [new value]
description: Used for configuring default blacksmith settings, or global settings
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.
permissions:
blacksmith.admin:
description: Allows overall blacksmith configuration
default: op
children:
blacksmith.edit: true
blacksmith.use: true
blacksmith.preset: true
blacksmith.edit:
description: Allows changing settings for the selected blacksmith NPC
default: op
blacksmith.use:
description: Allows the player to repair items using blacksmiths
default: true
blacksmith.preset:
description: Allows the player to use the /preset command
default: op