-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
plugin.yml
35 lines (33 loc) · 896 Bytes
/
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: ChatLogin
main: ChatLogin\Main
version: "1.4"
api: [1.11.0]
load: STARTUP
author: EvolSoft
description: A ServerAuth extension to do login/register directly on chat
website: http://www.evolsoft.tk
commands:
chatlogin:
aliases: [chlogin]
description: ChatLogin Commands.
permission: chatlogin
permissions:
chatlogin:
default: op
description: ChatLogin commands permissions.
children:
chatlogin.help:
default: op
description: Allows player to show plugin help.
chatlogin.info:
default: op
description: Allows player to read info about ChatLogin.
chatlogin.reload:
default: op
description: Allows player to reload ChatLogin.
chatlogin.register:
default: true
description: Allows player to do register in chat.
chatlogin.login:
default: true
description: Allows player to do login in chat.