-
Notifications
You must be signed in to change notification settings - Fork 8
/
plugin.yml
35 lines (32 loc) · 1.02 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: ${project.name}
main: ${project.groupId}.${project.artifactId}.${project.name}
version: ${project.version}
author: toxuin
description: ${project.description}
load: POSTWORLD
commands:
blacksmith:
description: does all the work for Griswold plugin
aliases: bsmith
usage: "/<command> [command]. Command can be: reload, create, remove, list, despawn, names, sound, hide, unhide."
permissions:
griswold.*:
description: Gives FULL ACCESS, be careful!
children:
griswold.admin: true
griswold.tools: true
griswold.armor: true
griswold.enchant: true
griswold.admin:
description: Allows you to manage the blacksmiths
default: op
griswold.tools:
description: Allows you to repair tools and weapons
default: op
griswold.armor:
description: Allows you to repair armor
default: op
griswold.enchant:
description: Allows you to add enchantments
default: op
softdepend: [Vault, Citizens]