Skip to content

Commit

Permalink
Merge branch '2.0' of https://github.com/GrimAnticheat/Grim into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AoElite committed Jan 25, 2024
2 parents 6d134a6 + 9f065ea commit c29fbb6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/config/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ TimerA:
drift: 120
# Ping no qual a verificação vai começar a limitar o balançeamento do timer para previnir abuso.
# Pode causar recuos a jogadores legítmos, mas somente se estiverem acima deste ping.
# -1 desabilitará
# -1 desabilitará.
ping-abuse-limit-threshold: 1000

NegativeTimer:
Expand Down Expand Up @@ -159,6 +159,11 @@ exploit:
# As Elytras levam 0.99 de fricção horizontal, então constantemente adicionando 0.2 de velocidade horizontal resulta
# em velocidades altíssimas.
allow-sprint-jumping-when-using-elytra: true
# Essa opção mitiga o posicionamento de blocos em blocos fantasmas, ressincronizando o jogador quando isso ocorrer.
allow-building-on-ghostblocks: true
# Este ajuste, influenciado pelo booleano acima, define a distância para verificar blocos fantasmas.
# Seu intervalo válido é limitado de 2 a 4.
distance-to-check-if-ghostblocks: 2

# Habilita registrar plugins que são injetados na netty ao entrar para depurar erros de compatibilidade.
debug-pipeline-on-join: false
Expand Down

0 comments on commit c29fbb6

Please sign in to comment.