forked from DovahDoVolom/PurePerms
-
Notifications
You must be signed in to change notification settings - Fork 42
/
plugin.yml
49 lines (47 loc) · 1.54 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
45
46
47
48
49
# PurePerms by 64FF00 ([email protected], @64ff00 for Twitter)
name: PurePerms
main: _64FF00\PurePerms\PurePerms
version: 2.0.2
api: [4.0.0]
load: POSTWORLD
author: "Vecnavium , 64FF00 & ProjectInfinity"
permissions:
pperms:
default: op
description: "PurePerms by 64FF00! (Twitter: @64FF00)"
plperms.command:
default: op
description: "Allows you to use all PurePerms commands."
pperms.command.addrank:
default: op
description: "Allows you to add a new rank"
pperms.command.defrank:
default: op
description: "Allows you to set the default rank manually."
pperms.command.plperms:
default: op
description: "Allows you to find permissions for a specific plugin."
pperms.command.ranks:
default: op
description: "Allows you to see a list of all rank."
pperms.command.listuperms:
default: op
description: "Allows you to see a list of all permissions from a user."
pperms.command.ppinfo:
default: true
description: "Allows you to get current PurePerms information."
pperms.command.rmrank:
default: op
description: "Allows you to remove a rank from the ranks list."
pperms.command.setrank:
default: op
description: "Allows you to set rank for a user."
pperms.command.setuperm:
default: op
description: "Allows you to add a permission to a user."
pperms.command.unsetgperm:
default: op
description: "Allows you to remove a permission from the group."
pperms.command.unsetuperm:
default: op
description: "Allows you to remove a permission from the user."