-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
132 lines (132 loc) · 4.75 KB
/
plugin.yml
File metadata and controls
132 lines (132 loc) · 4.75 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
name: HereAuth
author: PEMapModder
authors: []
main: HereAuth\HereAuth
api:
- 2.0.0
depend: []
softdepend: []
loadbefore: []
description: ""
website: ""
prefix: HereAuth
load: POSTWORLD
version: 1.0-Dev#214
commands: []
permissions:
hereauth:
description: Root permission node for HereAuth permissions
default: op
children:
hereauth.auth:
description: Allows usage all of the /auth command (for self)
default: "true"
children:
hereauth.auth.autoauth:
description: Allows changing options related to AutoAuth
default: "true"
children:
hereauth.auth.autoauth.clientsecret:
description: Allows toggling client secret AutoAuth
default: "true"
children: []
hereauth.auth.autoauth.ip:
description: Allows toggling IP AutoAuth
default: "true"
children: []
hereauth.auth.autoauth.uuid:
description: Allows toggling UUID AutoAuth
default: "true"
children: []
hereauth.auth.masking:
description: Allows changing all masking options
default: "true"
children:
hereauth.auth.masking.location:
description: Allows changing all location masking options
default: "true"
children:
hereauth.auth.masking.location.toggle:
description: Allows toggling location masking
default: "true"
children: []
hereauth.auth.masking.location.target:
description: Allows changing location masking target
default: "true"
children: []
hereauth.auth.masking.inventory:
description: Allows toggling inventory masking
default: "true"
children: []
hereauth.auth.multiauth:
description: Allows toggling all multi-factor auth options
default: "true"
children:
hereauth.auth.multiauth.skin:
description: Allows toggling skin MFA options
default: "true"
children: []
hereauth.auth.multiauth.ip:
description: Allows toggling IP MFA options
default: "true"
children: []
hereauth.auth.multiauth.timeout:
description: Allows changing MFA timeout to anything
default: "true"
children:
hereauth.auth.multiauth.timeout.small:
description: Allows changing MFA timeout to a small number (defined
in config.yml)
default: "true"
children: []
hereauth.auth.multiauth.timeout.medium:
description: Allows changing MFA timeout to a medium number (defined
in config.yml)
default: "true"
children: []
hereauth.auth.multiauth.timeout.big:
description: Allows changing MFA timeout to infinity or a big
number (defined in config.yml)
default: "true"
children: []
hereauth.rename:
description: Allows renaming another player's account with /rename
default: op
children: []
hereauth.register:
description: Allows using the /register command if not registered
default: "true"
children: []
hereauth.unregister:
description: Allows using the /unregister command to unregister another player's
account
default: op
children: []
hereauth.lock:
description: Allows using the /lock command
default: "true"
children: []
hereauth.changepw:
description: Allows using the /chpw command to change password
default: "true"
children: []
hereauth.import:
description: Allows using the /import command to import (and override) data
from any external incompatible database
default: op
children:
hereauth.import.command:
description: Allows using the /import command
default: ""
children: []
hereauth.import.merge:
description: Allows importing data without overriding current data
default: op
children: []
hereauth.import.overwrite:
description: Allows importing data with current ata being overriden
default: op
children: []
generated: "2016-03-29T11:17:56+0000"
...