forked from LukeDarling/BanItem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
33 lines (33 loc) · 955 Bytes
/
Copy pathplugin.yml
File metadata and controls
33 lines (33 loc) · 955 Bytes
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
name: BanItem
author: LDX
version: "2.1"
api: [1.0.0]
main: LDX\BanItem\Main
load: POSTWORLD
commands:
item:
description: "Bans or unbans an item."
permission: banitem.command.item
usage: "/item <ban/unban> <ID[:Damage]>"
permissions:
banitem:
default: false
description: "Allows access to all BanItem features."
children:
banitem.*:
default: false
description: "Allows access to all BanItem features."
banitem.bypass:
default: op
description: "Allows access to using banned items."
banitem.command:
default: false
description: "Allows access to all BanItem commands."
children:
banitem.command.*:
default: false
description: "Allows access to all BanItem commands."
children:
banitem.command.item:
default: op
description: "Allows access to the item command."