-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yml
81 lines (73 loc) · 2.33 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
# 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'
# Whether if player has someone ignored, it should also ignore their chat messages.
# Currently, it only ignores private messages between the two players.
ignore-command-ignores-chat: false
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
# Server Links in ESC Menu. 1.21+ only.
# Link types: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/ServerLinks.Type.html
# You do not have to set the link type, it is optional. Using `REPORT_BUG`, it may appear on disconnect/crash screens.
server-links:
enabled: true
links:
# 0:
# type: COMMUNITY # Example of type link. These links are translated with Minecraft.
# link: "https://discord.gg/"
1:
name: "<rainbow>-----------------------------------</rainbow>"
link: "https://example.com"
2:
name: "<b>Our Website</b>"
link: "https://example.com"
3:
name: "⭐ <b><gold>Donation Store</gold></b> ⭐"
link: "https://buy.example.com/"
4:
name: "<b>Staff Chat</b>"
link: "https://discord.gg/"
permission: "advancedchat.staffchat"
5:
name: "<rainbow>-----------------------------------</rainbow>"
link: "https://example.com"
# 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
# If you use the %player_head_N_N% placeholder anywhere, you need to include the sizes used here, for us to properly fetch the player head.
# The size is the first number (N)
player-head-cache:
- 8
# Configure warn command
warn:
# Warning thresholds
thresholds:
3:
commands:
- "kick %player% Excessive warnings"
4:
commands:
- "mute %player% 10m Excessive warnings"