-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yml
221 lines (182 loc) · 8.97 KB
/
config.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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
##########################################################
# ChatBubbles Config #
##########################################################
ChatBubble_Configuration_Mode: 0
#0 - Every chat message becomes a ChatBubble
#1 - Command messages starting with "/cb <message>" become a ChatBubble
#2 - Every chat message is visible as a ChatBubble to players in the same ChatBubble permission group
#3 - Every chat message is visible as a ChatBubble to players in the same Faction
#4 - Every chat message appears only in text chat like vanilla but still allows a noise to be played
#5 - Messages starting with ".<message>" become a ChatBubble. Like #1 but quicker.
#6 - Every message becomes a ChatBubble except for messages starting with "!<message>"
##############################
# Universal Config #
##############################
ChatBubble_Life: 120
#This is how long the ChatBubble will live measured in ticks
#Note: 20 ticks = 1 second
ChatBubble_Height_Offset: 2.5
#This is the distance from the player the chatbubble is placed
#It's best not to touch this unless you have a custom nametag plugin
#Explaining how this number works is kind of confusing so if you
#need to change it just do so on a trial and error basis.
#The bigger the number, the higher the bubble goes above the head.
ChatBubble_Utilize_Distance: true
#Enabling this will set ChatBubbles only viewable by a configurable distance but may result in more lag
ChatBubble_Viewing_Distance: 15
#This is measured in a circle radius of blocks
ChatBubble_Message_Format:
- "[%player_name%]"
- "%chatbubble_message%"
#This is the format that the messages will come out in. Placeholders can be utilized here from PlaceholderAPI
#ChatBubble Placeholders:
# - %chatbubble_message% : This is the placeholder of the actual message
ChatBubble_Message_Prefix: ""
#This is the prefix shown before every line of the message in the bubble
ChatBubble_Message Suffix: ""
#This is the suffix shown after every line of the message in the bubble
ChatBubble_Maximum_Line_Length: 20
#Want long, narrow bubbles or short, wide bubbles? This is how you change that
ChatBubble_WordWrap_Use_Hyphen: true
#If your native language is asian and doesn't follow the typical English standard
#of wrapping lines with "-" at the end, then set this to false.
ChatBubble_See_Own_Bubbles: true
#Enabling this allows players to see their own bubbles
ChatBubble_Send_Original_Message: true
#Enabling this will also send the ChatBubble message through normal chat
ChatBubble_Strip_Formatting: true
#Enabling this will strip all formatting from messages to fix newline oddities
ChatBubble_EventPriority: "NORMAL"
#If you know what this is and want to change it, go for it. If you don't, then don't touch it.
#Options:
# HIGH
# HIGHEST
# LOW
# LOWEST
# MONITOR
# NORMAL
ChatBubble_Enable_Filtering: true
#Enabling this will filter the blacklisted words out of CHATBUBBLES ONLY.
#If you wish you filter chat itself, then get a chat moderation plugin.
#ChatBubbles is not responsible for filtering chat and this feature is
# primarily intended to only be used to filter words from ChatBubbles that
# are intentionally allowed in chat.
ChatBubble_Filter_List:
- "butt"
- "stinky"
#The only special characters manually programmed to function properly here are:
# '[', ']', '(', and ')'
#Use all others at your own risk. If there is another you believe to be important,
# message me and try to make your case.
ChatBubble_Length_Limit: 0
#Setting this value to any number greater than 0 will limit the total chatbubble length.
ChatBubble_Length_Suffix: "..."
#This will be added to the end of messages which have been cut short.
##############################
# Sound Config #
##############################
ChatBubble_Play_Sound: true
#If this is set to true, chatbubbles will appear with a sound.
ChatBubble_Sound_Name: "block.note_block.bell"
#This is the name of the sound. It can be vanilla or from a custom resource pack.
#Vanilla sounds can be found https://www.digminecraft.com/lists/sound_list_pc.php
#Custom resource pack sounds can be tested and found by using the /playsound command.
#If it works in /playsound, it will work here.
ChatBubble_Sound_Volume: 1.0
#It's suggested you don't touch this.
#This controls how far away players can hear the chat bubble.
#It should not be set lower than 1.0.
#Larger numbers means the sound travels farther.
##############################
# Citizens Config #
##############################
Use_ChatBubble_Trait_Citizens: true
#The trait won't load if citizens isn't loaded anyway, this just prevents unneeded
#Code from running if you decide not to use this trait
Citizens_Bubbles_Require_See_Permission: false
#Enabling this requires players to have the permission to see a Citizens ChatBubble
Citizens_Bubbles_See_Permission: "chatbubble.see"
#The permission needed to see Citizens ChatBubbles
ChatBubble_Overrides_NPC_Chat: false
#Setting this to true cancels the chat from displaying in the normal player chat and
#Shows only ChatBubbles over their heads, useful for lobbies or towns
#--
#Citizens_Custom_Sounds:
# 1: "minecraft:block.anvil.use"
# 5: "minecraft:entity.guardian.hurt"
#--
#Uncomment the lines above between the dividers to enable this feature, configuring it
#as necessary. The formatting is to stay with the indentations as is, however the actual
#values and number of values can be changed. In the above example, npc with id 1 would
#play the sound "BLOCK_ANVIL_USE" every message. Npc with id 5 would play "ENTITY_GUARDIAN_HURT".
#Custom resource pack sounds can be used, though knowing what to type to access them is up to you
#to know. You can test naming conventions with the vanilla command "/playsound" in game. Don't
#uncomment "Citizens_Custom_Sounds:" and provide no custom npc sounds or this will break the
#config and make it unloadable by spigot. You have been WARNED HERE. This feature only works
#with DecentHolograms, NOT HolographicDisplays. Support for HolographicDisplays is phasing out.
##############################
# 0 Config #
##############################
ConfigZero_Require_Permissions: true
#Enabling this requires players to have the permission to get a ChatBubble
ConfigZero_Use_Permission: "chatbubble.use"
#This is the permission necessary to get a ChatBubble
ConfigZero_See_Permission: "chatbubble.see"
#This is the permission necessary to see a ChatBubble
##############################
# 1 Config #
##############################
#This configuration mode uses "ChatBubble_Send_Original_Message" found in the
#"Universal Config" to determine whether ChatBubble messages also get sent in chat
ConfigOne_Require_Permissions: true
#Enabling this requires players to have the permission to get a ChatBubble
ConfigOne_Use_Permission: "chatbubble.use"
#This is the permission necessary to get a ChatBubble
ConfigOne_See_Permission: "chatbubble.see"
#This is the permission necessary to see a ChatBubble
##############################
# 2 Config #
##############################
ConfigTwo_Permission_Groups:
- "chatbubble.group.default"
- "chatbubble.group.ExaMPle"
- "chatbubble.group.GroUps"
#These are the possible groups. Add to or remove from freely
##############################
# 5 Config #
##############################
#This configuration mode uses "ChatBubble_Send_Original_Message" found in the
#"Universal Config" to determine whether ChatBubble messages also get sent in chat
ConfigFive_Require_Permissions: true
#Enabling this requires players to have the permission to get a ChatBubble
ConfigFive_Use_Permission: "chatbubble.use"
#This is the permission necessary to get a ChatBubble
ConfigFive_See_Permission: "chatbubble.see"
#This is the permission necessary to see a ChatBubble
ConfigFive_Prefix_Characters:
- "."
- "。"
#This is the character which if ANY message starts with will be turned into a chatbubble.
#Can be multiple characters long, but was never intended to be used that way.
#Technically can be used as ANY custom command if set to "/cb" for example but definitely
# not INTENDED for such use.
##############################
# 6 Config #
##############################
ConfigSix_Require_Permissions: true
#Enabling this requires players to have the permission to get a ChatBubble
ConfigSix_Use_Permission: "chatbubble.use"
#This is the permission necessary to get a ChatBubble
ConfigSix_See_Permission: "chatbubble.see"
#This is the permission necessary to see a ChatBubble
ConfigSix_Prefix_Characters:
- "!"
#This is the character which if ANY message starts with will NOT be turned into a chatbubble.
#Can be multiple characters long, but was never intended to be used that way.
#Technically can be used as ANY custom command if set to "/cb" for example but definitely
# not INTENDED for such use.
##########################################################
# Version #
##########################################################
VERSION: 16
#Do not touch this. No touchy.