-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathchat_responses.txt
More file actions
47 lines (42 loc) · 1.5 KB
/
chat_responses.txt
File metadata and controls
47 lines (42 loc) · 1.5 KB
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
// -------Following named colors are supported-------
// {N}-Default White
// {G}-Green
// {L}-Lightgreen
// {R}-Red - There must be at least one player or bot in infected team,or red will turn into {G} color
// {B}-Blue - There must be at least one player or bot in survivor team,or blue will turn into {G} color
// {T}-Teamcolor - Depends on the team where you at, Survivor-Blue, Infected-Red, Spectator-Default White
// {O}-Olive
// Warning: 2 of (Blue, Red, Lightgreen, Teamcolor) colors can not be used together
// 中文說明
// -------支援以下顏色-------
// {N}-預設白色
// {G}-綠色
// {L}-淺綠色
// {R}-紅色 - 特感隊伍要有人或bot在才會顯示紅色,否則顯示綠色
// {B}-藍色 - 人類隊伍要有人或bot在才會顯示紅色,否則顯示綠色
// {T}-隊伍顏色 - 依照你所在的隊伍給予顏色,在人類隊伍顯示藍色;在特感隊伍顯示紅色;在旁觀隊伍顯示白色
// {O}-橘色
// 警告: 藍色, 紅色, 淺綠色, 隊伍顏色,這四種顏色的其中兩種不能出現在同一句話
"ChatResponses"
{
// specified text is said in player chat.
// 玩家在聊天框輸入特地文字
"OP"
{
// Displays message to the player on chatbox
// 顯示訊息給玩家 (聊天框)
"text" "{olive}Server OP is Harry"
}
"IP"
{
"text" "{default}Server IP:{lightgreen}connect 123.4.5.678:27016"
}
"!buy"
{
"text" "{green}!buy: Buy something useful"
}
"rule"
{
"text" "{blue}don't be a dick"
}
}