-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
80 lines (72 loc) · 2.22 KB
/
plugin.yml
File metadata and controls
80 lines (72 loc) · 2.22 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
name: PChat
main: taqdees\pchat\Main
version: 1.0.1
api: 5.0.0
author: Taqdees
permissions:
pchat.admin.cooldown:
description: "Allows changing the chat cooldown"
default: op
pchat.command.chat:
description: "Allows using the chat command"
default: true
pchat.channel.ranked:
description: "Allows using ranked chat"
default: false
pchat.channel.staff:
description: "Allows using staff chat"
default: false
pchat.channel.ranked.view:
description: "Allows viewing ranked chat messages"
default: false
pchat.channel.staff.view:
description: "Allows viewing staff chat messages"
default: false
pchat.color.white:
description: "Allows using white color in chat"
default: true
pchat.color.black:
description: "Allows using black color in chat"
default: false
pchat.color.darkblue:
description: "Allows using dark blue color in chat"
default: false
pchat.color.darkgreen:
description: "Allows using dark green color in chat"
default: false
pchat.color.darkaqua:
description: "Allows using dark aqua color in chat"
default: false
pchat.color.darkred:
description: "Allows using dark red color in chat"
default: false
pchat.color.darkpurple:
description: "Allows using dark purple color in chat"
default: false
pchat.color.gold:
description: "Allows using gold color in chat"
default: false
pchat.color.gray:
description: "Allows using gray color in chat"
default: false
pchat.color.darkgray:
description: "Allows using dark gray color in chat"
default: false
pchat.color.blue:
description: "Allows using blue color in chat"
default: false
pchat.color.green:
description: "Allows using green color in chat"
default: false
pchat.color.aqua:
description: "Allows using aqua color in chat"
default: false
pchat.color.red:
description: "Allows using red color in chat"
default: false
pchat.color.lightpurple:
description: "Allows using light purple color in chat"
default: false
pchat.color.yellow:
description: "Allows using yellow color in chat"
default: false