This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathlanguage.yml
192 lines (178 loc) · 5.93 KB
/
language.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# ┌─────┐┌───╮
# │ ││ ┌─╯
# │ ├─┤ ││ └─╮
# └─┘ └─┘└───╯
# MatrixChecks
#
# This file contains global placeholders used in most commands.
# Install "checks.yml" to utilize the improved cheat detection!
#
# Support: https://encode42.dev/support
# The prefix of most Matrix messages.
# Shows up in violations, broadcasts, and commands.
prefix: '&7[&6Matrix&7]&r '
# Message sent to players who are spamming.
spam-warning: '&cPlease stop spamming the chat!'
## Kick messages
# Whether to broadcast the kick message.
kick-broadcast: true
# Message sent to staff when a player is kicked.
kick-format: '%player% has been kicked for potentially hacking!'
# Message shown when a player re-logs too fast.
relog-message: '&cKicked for logging in too fast! &7Please wait %time_left% seconds.'
## Verbose Messages
# How Matrix verbose messages are formatted.
#
# %check%: Check that was triggered
# %message%: Information on the check
# %component%: Exact check that was triggered
# %player%: Player that triggered the check
# %vl%: Amount of violations the player has
# %add_vl%: How many violations were added
# %version%: The player's client version
# %ping%: The player's ping
# %lp%: The player's LagPoint
# %tps%: The server's TPS
verbose-format: '&7%player% failed &6%check% &8(%component%) | &7%message% &8| &7vl:%vl%&8+%add_vl% &7client:%version% ping:%ping% lp:%lp% tps:%tps%'
## Global Placeholders
# Phrases that will be replaced with what they're set to.
# These placeholders work in "checks.yml" (Prefixed with "gp_")
# PlaceholderAPI placeholders are supported in every global placeholder.
#
# Example:
### language.yml
# global_placeholder:
# fp: "Contact an admin."
#
### checks.yml
# commands:
# 25: 'matrix kick %player% Kicked for hacks! %gp_fp%'
global_placeholder:
## Optional
# Small changes that will be added to various messages.
# Set these values to '' if you do not want to use them.
#
# o_pr: Kick message prefix
# o_su: Kick reason suffix
# o_an: Content after notification message
# Ex. o_an: ' OH NO! '
# Encode42 illegally moved! OH NO! (50VL)
o_pr: '&cKicked for '
o_su: '!%break%'
o_an: ' '
## Kick reasons
# What a kicked player sees in the kick message.
# These are shown as the first line of the kick.
#
# h_ka: KillAura │ h_in: Interact
# h_hb: HitBox │ h_ph: Phase
# h_cl: Click │ h_bp: BadPackets
# h_mv: Move │ h_fp: Block
# h_js: Jesus │ h_sc: Scaffold
# h_vc: Velocity │ h_de: Delay
# h_fl: Fly │ h_ab: AutoBot
# h_el: ElytraFly │ h_sm: Spamming
# h_vl: Vehicle
h_ka: 'using combat related hacks'
h_hb: 'using combat related hacks'
h_cl: 'unusual click patterns'
h_mv: 'using movement related hacks'
h_js: 'using water related hacks'
h_vc: 'using knockback related hacks'
h_fl: 'using fly related hacks'
h_el: 'using fly related hacks'
h_vl: 'unusually interacting with entity vehicles'
h_in: 'unusually interacting with blocks or entities'
h_ph: 'phasing through blocks'
h_bp: 'sending unusual packets to the server'
h_fp: 'placing or breaking blocks too fast'
h_sc: 'placing or breaking blocks too fast'
h_de: 'doing actions too fast'
h_ab: 'using an auto bot'
h_sm: 'spamming the chat'
## Kick notes
# These placeholders appear after certain kick reasons.
#
# n_fp: Report false-kick message
# n_ui: Kicks based on bad ping
# n_sp: Chat spamming message
n_fp: '%break%&7If you were falsely kicked, please report this to the server''s admins.'
n_ui: '%break%&7This may be caused by an unstable internet connection.'
n_sp: '%break%&7Slow down a bit! Nobody wants their chat to be flooded.'
## Customization
# Changes for commands, colors, etc.
#
# c_pr: Primary color
# c_se: Secondary color
# c_me: Message color
# c_lw: "Low" chance color
# c_sm: "Some" chance color
# c_md: "Medium" chance color
# c_hg: "High" chance color
# c_ba: Separation bar character
# c_hm: Hover messages on notifications
c_pr: '&6'
c_se: '&7'
c_me: '&r'
c_lw: '&a'
c_sm: '&e'
c_md: '&6'
c_hg: '&4'
c_ba: '&8|%gp_c_pr%'
c_hm: '%gp_c_pr%%version% Client %gp_c_ba% %ping% Ping %gp_c_ba% %tps% TPS %component% %gp_c_ba%'
## Commands
# Choose which commands are utilized.
#
# r_ki: Kick/punishment command
# r_cc: Notification click command
r_ki: 'matrix kick'
r_cc: '/matrix spec %player%'
## Command help descriptions
# Used in the help command.
commands:
gui: 'Open the information and control panel'
notify: 'Send a message to players with the notify permission'
verbose: 'Toggle verbose messages (Show every flag)'
toggle-notify: 'Toggle the notify command output'
kick: 'Use Matrix to kick a player'
msg: 'Send warning messages to a player'
npc: 'Spawn a detection NPC behind a player'
violations: 'Open the violations GUI'
ping: 'Get a player''s latency value'
reload: 'Reload all configs'
## GUI entries
# Used in /matrix gui.
gui:
main:
toggle-checks:
name: 'Checks'
description: 'Temporarily enable or disable checks'
show-violations:
name: 'Violations'
description: 'List every check violation'
toggle-verbose:
name: 'Toggle verbose'
description: 'Click to toggle verbose messages'
reload-matrix:
name: 'Reload'
description: 'Click to reload all configs'
server-status:
name: 'Stats'
support-links:
name: 'Support'
premium-user:
name: 'Account'
close-gui:
name: '&cClose'
## Miscellaneous messages
# Used in various messages
misc:
update:
start-checking: 'Checking for updates...'
updater: '§7[§6Matrix§7]§r Update status:'
has-update: 'Update %latest% is available! Currently running %current%.'
latest: 'No available updates.'
download-link: '§bDownload link'
premium:
pass: 'Somehow, you have outlived your premium verification!'
expire-time: '§7Premium accounts will never expire.'