forked from DovahDoVolom/PurePerms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
47 lines (45 loc) · 2.03 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
# PurePerms by 64FF00 ([email protected], @64ff00 for Twitter)
name: PurePerms
main: _64FF00\PurePerms\PurePerms
version: "1.1.12"
api: [1.13.0]
load: STARTUP
author: 64FF00
website: https://github.com/PurePlugins/PurePerms
permissions:
pperms:
description: "PurePerms by 64FF00! (Twitter: @64FF00)"
children:
pperms.command:
description: "Allows you to use all PurePerms commands."
children:
pperms.command.addgroup:
description: "Allows you to add a new group to the groups list."
pperms.command.defgroup:
description: "Allows you to set the default group manually."
pperms.command.fperms:
description: "Allows you to find permissions for a specific plugin."
pperms.command.groups:
description: "Allows you to see a list of all groups."
pperms.command.listgperms:
description: "Allows you to see a list of all permissions from a group."
pperms.command.listuperms:
description: "Allows you to see a list of all permissions from a user."
pperms.command.ppinfo:
description: "Allows you to get current PurePerms information."
pperms.command.ppreload:
description: "Allows you to reload all PurePerms configurations."
pperms.command.removegroup:
description: "Allows you to remove a group from the groups list."
pperms.command.setgperm:
description: "Allows you to add a permission to the group."
pperms.command.setgroup:
description: "Allows you to set group for a user."
pperms.command.setuperm:
description: "Allows you to add a permission to a user."
pperms.command.unsetgperm:
description: "Allows you to remove a permission from the group."
pperms.command.unsetuperm:
description: "Allows you to remove a permission from the user."
pperms.command.usrinfo:
description: "Allows you to see info about a user."