forked from Muirfield/SimpleAuthHelper
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathplugin.yml
45 lines (42 loc) · 1.26 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
main: aliuly\helper\Main
api: [3.0.0]
load: POSTWORLD
depend: [SimpleAuth]
name: SimpleAuthHelper
description: Simplifies the way people authenticate to servers
version: 2.0.9
author: aliuly
website: https://github.com/alejandroliu/pocketmine-plugins/tree/master/SimpleAuthHelper
commands:
chpwd:
description: "Change password"
usage: "/chpwd <old_password>"
permission: simpleauthhelper.command.chpwd
aliases: [passwd]
resetpwd:
description: "Reset password"
usage: "/resetpwd <player>"
permission: simpleauthhelper.command.resetpwd
aliases: [resetpw]
preregister:
description: "pre-register player"
usage: "/preregister <player> <passwd>"
permission: simpleauthhelper.command.prereg
aliases: [prereg]
logout:
description: "logout player"
usage: "/logout"
permission: simpleauthhelper.command.logout
permissions:
simpleauthhelper.command.chpwd:
default: true
description: "Allow users to change passwords"
simpleauthhelper.command.logout:
default: op
description: "Allow users to logout"
simpleauthhelper.command.resetpwd:
default: op
description: "Allow ops to reset other's passwords"
simpleauthhelper.command.prereg:
default: op
description: "Allow ops to pre-register users"