-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
163 lines (135 loc) · 4.74 KB
/
plugin.yml
File metadata and controls
163 lines (135 loc) · 4.74 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
name: ChatManager
main: net.evmodder.ChatManager.ChatManager
author: EvModder
website: https://github.com/EvModder/ChatManager
description: Chat control and formatting features.
#2=major rewrite, EvLib, DisplayItem
#2=Support for teams, updated /color
#1=fixes for 1.20.5+ on Bukkit/Spigot
version: 2.2.1
softdepend: [Vault]
api-version: 1.13
commands:
chatm:
description: Commands for ChatManager.
usage: Do /chatm help for ChatManager commands
aliases: [chat,evcm,chatmanager,cm]
permission: chatmanager.command
permission-message: You do not have permission for this command.
color:
description: Change the color of your displayname
usage: /color c
aliases: [colour]
#,namecolor,namecolour,cnick,cl,format]
permission: chatmanager.command.color
permission-message: You do not have permission to do this.
ignore:
description: Hide player chat messages
usage: /ignore <who/@a>
aliases: [togglechat]
permission: chatmanager.command.ignore
permissions:
chatmanager.command:
description: Allows access to the /chatmanager command
default: op
chatmanager.reload:
description: Reload all configuration settings
default: op
chatmanager.togglespam:
description: Toggle spam-blocking on/off
default: op
chatmanager.togglefilth:
description: Toggle chat-filter on/off
default: op
chatmanager.togglecolor:
description: Toggle server-wide chat color usage ability on/off
default: false
chatmanager.toggleformat:
description: Toggle server-wide chat format usage ability on/off
default: false
chatmanager.color:
description: Base permission to be able to use colors
default: true
chatmanager.format:
description: Base permission to be able to use formats
default: true
chatmanager.color.*:
description: Allows players to use colors in chat
children:
chatmanager.color: true
chatmanager.color.AQUA: true
chatmanager.color.BLACK: true
chatmanager.color.BLUE: true
chatmanager.color.DARK_AQUA: true
chatmanager.color.DARK_BLUE: true
chatmanager.color.DARK_GRAY: true
chatmanager.color.DARK_GREEN: true
chatmanager.color.DARK_PURPLE: true
chatmanager.color.DARK_RED: true
chatmanager.color.GOLD: true
chatmanager.color.GRAY: true
chatmanager.color.GREEN: true
chatmanager.color.LIGHT_PURPLE: true
chatmanager.color.RED: true
chatmanager.color.WHITE: true
chatmanager.color.YELLOW: true
chatmanager.color.white: true
default: op
chatmanager.format.*:
description: Allows players to use formats in chat
children:
chatmanager.format: true
chatmanager.format.reset: true
chatmanager.format.magic: true
chatmanager.format.underline: true
chatmanager.format.strikethrough: true
chatmanager.format.italic: true
chatmanager.format.bold: true
chatmanager.format.reset: true
default: op
chatmanager.format.magic:
description: Allows a player to use &k
default: op
chatmanager.signcolor:
description: Allows players to use colors on signs
default: op
chatmanager.signformat:
description: Allows players to use formats on signs
default: op
chatmanager.spamfilter.exempt:
description: Chats from this player will not be monitored by the spam filter
default: op
chatmanager.chatfilter.exempt:
description: Chats from this player will not be monitored by the chat filter
default: false
chatmanager.displayitems:
description: Replace the placeholder in chat with a hoverable item display
default: true
chatmanager.command.color:
description: Permission to use /color
default: true
chatmanager.command.color.hex:
description: Permission to use hex codes in /color
default: true
chatmanager.command.color.custom:
description: Permission to use /color <full colored name here>
default: op
chatmanager.command.color.formats:
description: Permission to use formats in /color
default: op
chatmanager.command.ignore:
description: Permission to use /ignore
default: true
chatmanager.command.ignore.all:
description: Permission to use /ignore @a
default: op
chatmanager.command.ignore.player:
description: Permission to use /ignore <name>
default: op
# ignores all messages from a player, deaths/advancements/etc
chatmanager.command.ignore.player.all:
description: Permission to use /ignore <name> all
default: op
chatmanager.command.ignore.player.deaths:
description: Permission to use /ignore <name> deaths
default: op