-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
35 lines (35 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
name: Trust
main: to.joe.j2mc.trust.J2MC_Trust
version: 0.0prealpha
website: http://forums.joe.to
author: J2 Minecraft Plugin Team
description: Trusted module
commands:
register:
description: Link your forum and Minecraft accounts
permission: j2mc.trust.register
permission-message: You may not link your forum and Minecraft accounts
trusted:
description: Basic help to get trusted
permission: j2mc.trust.trust
permission-message: You may not receive trusted help
amitrusted:
description: Are you trusted?
permission: j2mc.trust.amitrusted
permission-message: You may not know if you are trusted
trustreq:
description: Request help from a trusted user
permission: j2mc.trust.trustreq
permission-message: You may not request help from a trusted user
permissions:
j2mc.trust.register:
default: true
description: Allows linking of forum and Minecraft accounts
j2mc.trust.trust:
default: true
description: Allows user to get basic help to get trusted
j2mc.trust.amitrusted:
default: true
description: Allows user to view trusted status
j2mc.trust.trustreq:
description: Allows user to request help from a trusted user