forked from jackklink/iTags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
219 lines (204 loc) · 3.94 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
#
# iTags Configuration File
# =====================================
#
# Plugin by jacklink01
# Like this plugin? Donate! http://voidteam.net/donate :)
#
# Need a new config file? Just delete this one and a new one will be created.
#
# Enable or disable the two main features of the plugin. Tags in chat or tags on signs
enableChatTags: true
enableSignTags: true
enableHashTags: true
# The symbol that the plugin will catch as being a tag
playerTag: '@'
# Choose the color of the tags in chat
# You may use minecraft color codes! &a, &b, &c, &d, etc...
playerTagColor: '&e'
hashTagColor: '&b'
linkColor: '&7'
chatColor: '&f'
# Use the in-game color of the person's name instead of the above player tag color. (Also hide the tag symbol)
useDisplayNameColors: false
# Choose the sound which will be heard by the tagged player. You can see a list of sounds at the bottom of this config.
chatSound: NOTE_PLING
signSound: NOTE_BASS_GUITAR
# What type of notification should the tagged player receive for being tagged in a sign?
# 'full' will show the entire message that was put on the sign.
# 'mini' will just let the tagged player know who tagged them.
# 'none' will not send a message to the tagged player, but will still play a sound.
signNotifyType: mini
# The plugin will do it's best to prevent bad words from going into /trending by not accepting bad words as hashtags.
censorHashTags: true
# BONUS!
# Very useful! Replace ./command with /command for a cleaner way of telling people how to use commands.
# Also, a nice link underliner
enableDotSlashCleaner: true
enableLinkUnderliner: true
# Keep up to date! This plugin can notify you about updates and let you install them from in-game!
update-notification: true
# Don't touch this unless you wanna lose your config. :)
config-version: 3
# Sounds Reference
# ====================
#
# AMBIENCE_CAVE
# AMBIENCE_RAIN
# AMBIENCE_THUNDER
# ANVIL_BREAK
# ANVIL_LAND
# ANVIL_USE
# ARROW_HIT
# BAT_DEATH
# BAT_HURT
# BAT_IDLE
# BAT_LOOP
# BAT_TAKEOFF
# BLAZE_BREATH
# BLAZE_DEATH
# BLAZE_HIT
# BREATH
# BURP
# CAT_HISS
# CAT_HIT
# CAT_MEOW
# CAT_PURR
# CAT_PURREOW
# CHEST_CLOSE
# CHEST_OPEN
# CHICKEN_EGG_POP
# CHICKEN_HURT
# CHICKEN_IDLE
# CHICKEN_WALK
# CLICK
# COW_HURT
# COW_IDLE
# COW_WALK
# CREEPER_DEATH
# CREEPER_HISS
# DIG_GRASS
# DIG_GRAVEL
# DIG_SAND
# DIG_SNOW
# DIG_STONE
# DIG_WOOD
# DIG_WOOL
# DOOR_CLOSE
# DOOR_OPEN
# DRINK
# EAT
# ENDERDRAGON_DEATH
# ENDERDRAGON_GROWL
# ENDERDRAGON_HIT
# ENDERDRAGON_WINGS
# ENDERMAN_DEATH
# ENDERMAN_HIT
# ENDERMAN_IDLE
# ENDERMAN_SCREAM
# ENDERMAN_STARE
# ENDERMAN_TELEPORT
# EXPLODE
# FALL_BIG
# FALL_SMALL
# FIRE
# FIRE_IGNITE
# FIZZ
# FUSE
# GHAST_CHARGE
# GHAST_DEATH
# GHAST_FIREBALL
# GHAST_MOAN
# GHAST_SCREAM
# GHAST_SCREAM2
# GLASS
# HURT
# HURT_FLESH
# IRONGOLEM_DEATH
# IRONGOLEM_HIT
# IRONGOLEM_THROW
# IRONGOLEM_WALK
# ITEM_BREAK
# ITEM_PICKUP
# LAVA
# LAVA_POP
# LEVEL_UP
# MAGMACUBE_JUMP
# MAGMACUBE_WALK
# MAGMACUBE_WALK2
# MINECART_BASE
# MINECART_INSIDE
# NOTE_BASS
# NOTE_BASS_DRUM
# NOTE_BASS_GUITAR
# NOTE_PIANO
# NOTE_PLING
# NOTE_SNARE_DRUM
# NOTE_STICKS
# ORB_PICKUP
# PIG_DEATH
# PIG_IDLE
# PIG_WALK
# PISTON_EXTEND
# PISTON_RETRACT
# PORTAL
# PORTAL_TRAVEL
# PORTAL_TRIGGER
# SHEEP_IDLE
# SHEEP_SHEAR
# SHEEP_WALK
# SHOOT_ARROW
# SILVERFISH_HIT
# SILVERFISH_IDLE
# SILVERFISH_KILL
# SILVERFISH_WALK
# SKELETON_DEATH
# SKELETON_HURT
# SKELETON_IDLE
# SKELETON_WALK
# SLIME_ATTACK
# SLIME_WALK
# SLIME_WALK2
# SPIDER_DEATH
# SPIDER_IDLE
# SPIDER_WALK
# SPLASH
# SPLASH2
# STEP_GRASS
# STEP_GRAVEL
# STEP_LADDER
# STEP_SAND
# STEP_SNOW
# STEP_STONE
# STEP_WOOD
# STEP_WOOL
# SWIM
# WATER
# WITHER_DEATH
# WITHER_HURT
# WITHER_IDLE
# WITHER_SHOOT
# WITHER_SPAWN
# WOLF_BARK
# WOLF_DEATH
# WOLF_GROWL
# WOLF_HOWL
# WOLF_HURT
# WOLF_PANT
# WOLF_SHAKE
# WOLF_WALK
# WOLF_WHINE
# WOOD_CLICK
# ZOMBIE_DEATH
# ZOMBIE_HURT
# ZOMBIE_IDLE
# ZOMBIE_INFECT
# ZOMBIE_METAL
# ZOMBIE_PIG_ANGRY
# ZOMBIE_PIG_DEATH
# ZOMBIE_PIG_HURT
# ZOMBIE_PIG_IDLE
# ZOMBIE_REMEDY
# ZOMBIE_UNFECT
# ZOMBIE_WOOD
# ZOMBIE_WOODBREAK