-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
42 lines (41 loc) · 1.7 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
# de.neptune_whitebear.ChatAutoComplete Config
# general
# # chatPrefix = prefix to use before names so they get auto-completed (default '@')
# # keepPrefix = keeps the prefix in the completed name? (if not, remove it) true/false (default true)
# # maxReplace = maximum unique prefixed names replaced in a single chat message (default 10)
# # ignoredSymbols = ignored punctuation at the end/start of the parse dname (default ',:')
# # searchType = search type to use (start, end, contains) (default start)
# #
# colors
# # atSignColor = Color used for the @ sign; use '-1' (in quotes) to disable. (default '4')
# # nickColor = Coloring for nicks if not using Essentials; use '-1' (in quotes) to disable. (default '5')
# # useEssentials = using essentials for name prefixing? true/false (default false)
# #
# spout
# # useSpout = using spout? true/false (default false)
# # spoutSound = if using spout, specify sound that should be played for the highlighted player (use 'NONE') for none (default NONE)
# # spoutNotificationTitle = Title used for notification (default Highlight!)
# # spoutNotificationMessage = Message sent to player on notification (default You've been highlighted!)
# # spoutNotificationMaterial = Material Symbol used for Notification message (default DIAMOND)
# #
# dev
# # debug = print extra debug info? true/false (default false)
general:
chatPrefix: '@'
keepPrefix: true
maxReplace: 10
ignoreSymbols: ',:'
searchType: start
colors:
atSignColor: '4'
nickColor: '5'
useEssentials: false
spout:
useSpout: false
spoutSound: NONE
useNotification: false
spoutNotificationTitle: Highlight!
spoutNotificationMessage: You've been highlighted!
spoutNotificationMaterial: DIAMOND
dev:
debug: false