-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplugin.yml
46 lines (44 loc) · 1.18 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
name: AuthMePE
main: AuthMePE\AuthMePE
api: 3.0.0-ALPHA7
version: 1.0.1
author: hoyinm14mc, Edwardthedog2
description: Port of most features of Bukkit's AuthMe_Reloaded
commands:
unregister:
usage: /unregister
description: Unregister your LoginSecurity account
permission: authmepe.command.unregister
aliases: ["rmpass"]
changepass:
usage: /changepass <old> <new> <new>
description: change your password
permission: authmepe.command.changepass
aliases: ["changepassword", "changepw"]
chgemail:
usage: /chgemail <mail>
description: Add your email
permission: authmepe.command.chgemail
aliases: ["setemail", "email"]
logout:
usage: /logout
description: Logs out from your account
permission: authmepe.command.logout
authme:
usage: /authme help
description: Admin command
permission: authmepe.command.authme
aliases: ["authmepe"]
permissions:
authmepe.command.unregister:
default: true
authmepe.command.changepass:
default: true
authmepe.command.chgemail:
default: true
authmepe.command.logout:
default: true
authmepe.command.authme:
default: op
authmepe.login.bypass:
default: false