forked from AdvancedPlugins/Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
47 lines (41 loc) · 1.02 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
# AdvancedChat
# Version: @version@
# Release date: @date@
# Chat Configuration
settings:
# Whether AdvancedChat should handle chat formats and ranges
disableChat: false
# Here is where you can configure chat event listener's priority.
# Don't modify unless you know what you are doing.
chatEventPriority: 'HIGHEST'
lang: en
mention:
enabled: true
char: "@"
replacement: "<bold><yellow>@%player_name%</yellow></bold>"
sound:
name: "entity.player.levelup"
volume: 1
pitch: 1
commands:
clear:
repeat: 50
message: true
# Games
# Custom games can be found in `games` folder
# Guide on how to create custom games can be found here: https://chat.advancedplugins.net/features/chat-games
games:
# Are chat games enabled?
enabled: true
# How often should the chat games start?
interval: 300
# Configure warn command
warn:
# Warning thresholds
thresholds:
3:
commands:
- "kick %player% Excessive warnings"
4:
commands:
- "mute %player% 10m Excessive warnings"