forked from ThunderDoesPlugins/StaffChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
40 lines (38 loc) · 1.01 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
name: StaffChat
version: 1.1.2
api:
- 3.0.0
author: Thunder33345
website: "https://github.com/ThunderDoesPlugins/StaffChat"
description: "Private Staff Chat Plugin"
main: Thunder33345\StaffChat\StaffChat
commands:
staffchat:
description: "Staff chat command"
aliases: ['sc']
permission: "staffchat.command"
permissions:
staffchat:
default: false
children:
staffchat.read:
default: op
description: "Read from staff chat"
staffchat.chat:
default: op
description: "Chat into staff chat"
staffchat.command:
default: op
description: "Use the staff chat command"
staffchat.attach:
default: op
description: "Attach console into staff chat"
staffchat.check:
default: op
description: "Check other players status"
staffchat.list:
default: op
description: "Show info list of players"
staffchat.reload:
default: false
description: "Reload staff chat internal data"