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
/
config.yml
89 lines (72 loc) · 2.7 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
82
83
84
85
86
87
88
89
# ┌─────┐┌───╮
# │ ││ ┌─╯
# │ ├─┤ ││ └─╮
# └─┘ └─┘└───╯
# MatrixChecks
#
# This file contains organizational changes and minor tweaks.
# Install "checks.yml" to utilize the improved cheat detection!
#
# Support: https://encode42.dev/support
# Premium user credentials.
# These are obtained after messaging Matrix's developer with proof of purchase.
# Don't share this sensitive information!
premium_user:
user: ''
password: ''
# Whether to check for plugin updates.
check_update: true
# Whether to downloads checks.yml from an external web server.
# To enable this feature, just change "cloud_config.enable: false" to "true".
# This will ignore your local checks.yml and update on every server restart!
cloud_config:
enable: false
# The links to download checks from.
# You can have multiple links in case one goes down. (Only the first valid link is used)
links:
- 'https://raw.githubusercontent.com/Encode42/MatrixChecks/main/cloud/checks.yml'
# Whether to enable GeyserMC support. (Bedrock support)
# Enable this ONLY if you have GeyserMC for security reasons.
# For more information: https://github.com/re-ovo/Matrix-Issues/wiki/GeyserMC-Support
bungee_geysermc_support: false
# Whether to register inactive commands from other anticheats.
# Prevents finding the anticheat your server uses via command completions.
# It's recommended to use the CommandWhitelist plugin instead.
fake_anticheat:
aac: false
spartan: false
# Stops players from re-logging right after being kicked. (seconds)
relog_time: 15
# Automatically disables some checks when the server TPS drops.
# This prevents some false positives for checks that require little lag.
tps_protection:
enable: true
# Disable checks below this number.
min_tps: 17.0
# If the server doesn't respond within this amount of time, cancel the check. (ms)
lag_threshold: 750
# Logs all violations to the Matrix/logs directory.
# Recommended enabling if you are debugging/monitoring checks.
log_file: false
# Delete old Matrix log files. (days)
delete_time: 7
# Whether to summon a lightning strike on players who are kicked.
kick_strike_lightning: false
# Whether to disable the "matrix.bypass" permission.
# Enable if you want every player to be checked.
disable_bypass_permission: false
# Time between permission cache refresh. (seconds)
# Setting this too high can cause issues with the bypass permission.
permission_refresh_interval: 120
# Disable specific components used in checks.
#
# Example:
# disabled_components:
# - 'vel.ana'
disabled_components: []
# Sets a custom vl_weight for specific components.
#
# Example:
# custom_vl_weight:
# - 'vel.ana:4'
custom_vl_weight: []