-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
71 lines (69 loc) · 2.38 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: AmkMcAuth
main: com.mooo.amksoft.amkmcauth.AmkMcAuth
version: 1.5.1
api-version: 1.15
author: AmkSoft (fork/continuation of RoyalAuth plugin by jkcclemens).
website: https://amksoft.mooo.com/minecraft/plugins/AmkMcAuth
description: A security-based plugin that locks player accounts with passwords that must be entered before the player can play.
This plugin is based on the RoyalAuth plugin created by jkcclemens. AmkSoft updated it to work under MC 1.9+ .
commands:
amkmcauth:
description: Provides access to administrative functions of the plugin.
usage: /<command> [subcommands|help]
aliases: [amka, amkauth]
login:
description: Logs a player in.
usage: /<command> [password]
aliases: [l, logon, login]
logout:
description: Logs a player out.
usage: /<command>
aliases: [lo, logoff]
register:
description: Register a players password or emailaddress.
usage: /<command> [password/emailaddress]
aliases: [reg, Register]
setemail:
description: Changes a player's Email-Address.
usage: /<command> [emailaddress]
changepassword:
description: Changes a player's password.
usage: /<command> [oldPassword] [newPassword]
aliases: [cpwd, changepassword, changepass, passchange]
recoverpwd:
description: recover player's login by sending new password to player's Email-Address.
usage: /<command>
permissions:
amkauth.login:
description: Allows use of /login
default: true
amkauth.logout:
description: Allows use of /logout
default: true
amkauth.register:
description: Allows use of /register
default: true
amkauth.changepassword:
description: Allows use of /changepassword
default: true
amkauth.amkmcauth:
description: Allows use of /amkauth
default: op
amkauth.nlpwd:
description: controls the NoLoginPassWrD on Login (if not set via nlpwdadd)
default: false
amkauth.user:
description: Contains all permission nodes for non-administrative functions
default: false
children:
amkauth.login: true
amkauth.logout: true
amkauth.register: true
amkauth.changepassword: true
amkauth.nlpwd: false
amkauth.*:
description: Contains every permission node in AmksoftMcAuth
default: false
children:
amkauth.user: true
amkauth.amkmcauth: true