This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathplugin.yml
57 lines (57 loc) · 1.79 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
50
51
52
53
54
55
56
57
name: PiggyAuth
main: PiggyAuth\Main
version: 3.0.0.22
api: [3.0.0-ALPHA7]
load: POSTWORLD
author: DaPigGuy
permissions:
piggyauth:
default: op
description: "Allows using all PiggyAuth features"
children:
piggyauth.command:
default: op
description: "Allow using all PiggyAuth commands"
children:
piggyauth.command.changeemail:
default: true
description: "Allow using /changeemail"
piggyauth.command.changepassword:
default: true
description: "Allow using /changepassword"
piggyauth.command.convert:
default: op
description: "Allow using /convert"
piggyauth.command.forgotpassword:
default: true
description: "Allow using /forgotpassword"
piggyauth.command.login:
default: true
description: "Allow using /login"
piggyauth.command.logout:
default: true
description: "Allow using /logout"
piggyauth.command.key:
default: op
description: "Allow using /key"
piggyauth.command.pin:
default: true
description: "Allow using /pin"
piggyauth.command.preregister:
default: op
description: "Allow using /preregister"
piggyauth.command.register:
default: true
description: "Allow using /register"
piggyauth.command.resetpassword:
default: op
description: "Allow using /resetpassword"
piggyauth.command.sendpin:
default: true
description: "Allow using /sendpin"
piggyauth.command.setlanguage:
default: true
description: "Allow using /setlanguage"
piggyauth.command.unregister:
default: true
description: "Allow using /unregister"