forked from meiskam/ItemRenamer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
35 lines (32 loc) · 942 Bytes
/
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: ItemRenamer
version: 2.2.5-SNAPSHOT
description: Custom default item names
author: [meiskam, aadnk]
main: org.shininet.bukkit.itemrenamer.ItemRenamerPlugin
database: false
depend: [ProtocolLib]
softdepend: [Vault]
commands:
ItemRenamer:
aliases: [renamer, rn]
description: General ItemRenamer command
permissions:
itemrenamer.*:
description: Gives all ItemRenamer permissions
children:
itemrenamer.update: true
itemrenamer.config.*: true
itemrenamer.config.*:
description: Allows user to edit, save, or reload configs
children:
itemrenamer.config.get: true
itemrenamer.config.set: true
itemrenamer.config.get:
description: Allows user to get configs
default: op
itemrenamer.config.set:
description: Allows user to set or reload configs
default: op
itemrenamer.update:
description: Allows user to update the plugin and view update notices
default: op