Skip to content

Commit

Permalink
Update kick.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengke15 authored Aug 12, 2024
1 parent 44c80fc commit feee7eb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions service/minecraft/kick.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,11 @@ func generateNewMessage(s *config.ConfigProxyService, name string) mcprotocol.Me
return mcprotocol.Message{
Color: mcprotocol.White,
Extra: []mcprotocol.Message{
{Bold: true, Color: mcprotocol.Green, Text: "=========首次进入提示=========\n"},
{Color: mcprotocol.Red, Text: "检测到您当前第一次进入本IP!\n"},
{Color: mcprotocol.LightPurple, Text: "本IP暂不支持防安全警报。\n"},
{Color: mcprotocol.Blue, Text: "请使用21+或已经历安全警报的账号进入本IP!\n"},
{Color: mcprotocol.Gold, Text: "一旦被安全警报我们概不负责!\n"},
{Color: mcprotocol.Green, Text: "如果已经使用21+或已经历安全警报的账号,请尝试重新进入。\n"},
{Color: mcprotocol.White, Text: "还有其他问题,请开票获取支持!"},
{Bold: true, Color: mcprotocol.Green, Text: "=========备用线路接入提示=========\n"},
{Color: mcprotocol.LightPurple, Text: "太无敌了 月底还没到把流量跑完了\n"},
{Color: mcprotocol.Gold, Text: "目前已切换至备用IEPL线路 延迟表现190ms左右\n"},
{Color: mcprotocol.Green, Text: "请重新进入游戏\n"},
{Color: mcprotocol.White, Text: "还有其他问题 请开票获取支持"},
},
}
}
}

0 comments on commit feee7eb

Please sign in to comment.