-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
plugin.yml
44 lines (44 loc) · 1.28 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
36
37
38
39
40
41
42
43
44
name: InvSee
author: BlockHorizons
main: BlockHorizons\InvSee\Loader
api: 5.10.0
version: 2.4.1
commands:
invsee:
description: View a player's inventory
usage: /invsee <player>
permission: invsee.command.invsee
enderinvsee:
description: View a player's ender inventory
usage: /enderinvsee <player>
permission: invsee.command.enderinvsee
invseemodule:
description: Manage plugin modules
usage: /invseemod <player>
permission: invsee.command.invseemodule
aliases: ["invseemod"]
permissions:
invsee.command.invsee:
default: true
invsee.command.enderinvsee:
default: true
invsee.command.invseemodule:
default: op
invsee.inventory.view:
default: op
description: "Allows viewing a player's inventory."
invsee.inventory.modify:
default: op
description: "Allows modifying a player's inventory."
invsee.inventory.modify.self:
default: true
description: "Allows modifying your own inventory."
invsee.enderinventory.view:
default: op
description: "Allows viewing a player's ender inventory."
invsee.enderinventory.modify:
default: op
description: "Allows modifying a player's ender inventory."
invsee.enderinventory.modify.self:
default: true
description: "Allows modifying your own ender inventory."