-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlanguage.yml
More file actions
96 lines (86 loc) · 3.61 KB
/
language.yml
File metadata and controls
96 lines (86 loc) · 3.61 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#### Matrix Config - language.yml ##################################################
#
# Hi, welcome to use Matrix anti-cheat, this is language.yml, which is used
# to define the display language of anti-cheat. Here you can define what message
# the anti-cheat displays.
#
# - If you encounter any problems, please go to our official Discord
# group for help: https://discord.gg/pEvY55J
#
# Anyway, thanks for using Matrix anticheat! ❤
#
#####################################################################################
# You can define the message prefix here
prefix: '&7[&bMatrix&7]&r '
# Define the announcement message after the player is kicked out by anti-cheating
kick-format: 'player %player% was kicked because of cheating!'
# Should Matrix broadcast a message when a player is kicked?
kick-broadcast: true
# What message should send to the player when Matrix detects
# that the player is sending chat messages too fast?
spam-warning: 'You can''t chat that fast or send the same content over again!'
# Define the format of the verbose message
#
# What is "verbose message"?
# When the player is detected by Matrix for any cheating, Matrix will output a
# debugging message to display the detection information, which will be useful
# for developers to debug anti-cheat. You can toggle it with the "/matrix verbose"
# command, but usually you don’t need to read this message, it usually only needs
# to be used when reporting a bug.
#
verbose-format: '&7%player% failed &2%check% &7check &8| &7%message% &b(+%add_vl%) &8| &7vl:%vl% ping:%ping% tps:%tps% lp:%lp% component: %component% ver: %version%'
# Defines the message that matrix blocks it when the player tries to quickly
# reconnect to the server after being kicked out by the anti-cheat
relog-message: 'Please wait %time_left% seconds before logging back in!'
# Global Placeholders, you can define constants here, you can use them in checks.yml
#
# For example, define:
# kick_help: "If you think it's a false positive, you can contact the Mod to solve the false kick"
# then you can use %gp_kick_help% in checks.yml, It will be automatically replaced with this sentence
#
global_placeholder: { }
# Define Commands description
commands:
verbose: 'Show/Hide Matrix verbose messages'
notify: 'Send message to all online staff'
toggle-notify: 'Toggle notify message output'
npc: 'Spawn an KillAura detection NPC behind player'
kick: 'Kick a player'
msg: 'Send warning messages to a player'
gui: 'Open Control Panel'
violations: 'Open Violations GUI'
ping: 'Get the player latency value'
cps: 'Monitor player CPS data for seconds'
reload: 'Reload Config'
gui:
main:
toggle-checks:
name: '&aToggle Checks'
description: '&7Click to open checks GUI'
show-violations:
name: '&aShow Violations'
description: '&7Click to open Violations GUI'
toggle-verbose:
name: '&aToggle Verbose'
description: '&7Click to enable/disable verbose message'
reload-matrix:
name: '&cReload Matrix'
description: '&7Click to reload plugin'
server-status:
name: '&bServer Status'
support-links:
name: '&bSupport Links'
premium-user:
name: '&bPremium User'
close-gui:
name: '&cClose GUI'
misc:
update:
start-checking: 'Start checking update....'
updater: '§a> Matrix Updater:'
has-update: '§cMatrix has an update: §f%latest% §ccurrent version: §2%current%'
latest: '§aYou are using the latest version of Matrix-AntiCheat <3'
download-link: '§cDownload link'
premium:
pass: 'Premium version verification has passed!'
expire-time: 'Expire Time: %time%'