Skip to content

Commit 503bdc4

Browse files
committed
Bump to 3.7.3
1 parent 6fb3fac commit 503bdc4

5 files changed

Lines changed: 23 additions & 11 deletions

File tree

libs/LPX.jar

11.8 KB
Binary file not shown.

resources/config.yml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ packet-logger:
184184
- KEEP_ALIVE
185185
- ANIMATION
186186
- WINDOW_CONFIRMATION
187+
- CLIENT_TICK_END
187188

188189
checks:
189190
netty:
@@ -259,7 +260,7 @@ checks:
259260
max: 50
260261
max-modern: 100
261262
c:
262-
enabled: true
263+
enabled: false
263264
punish: true
264265
max-vl: 3
265266
min-vl: 1
@@ -473,11 +474,11 @@ checks:
473474
punish-commands:
474475
- 'lpx kick %player% &cYou are sending too many packets. :o'
475476
options:
476-
max: 15
477+
max: 20
477478
reset-interval: 100
478479
max-periods: 6
479480
max-warnings: 3
480-
big-threshold: 4096
481+
big-threshold: 6000
481482
d:
482483
enabled: true
483484
punish: true
@@ -486,8 +487,8 @@ checks:
486487
punish-commands:
487488
- 'lpx kick %player% &cYou are sending too many packets. o:'
488489
options:
489-
max: 10
490-
big-threshold: 2048
490+
max: 13
491+
big-threshold: 4000
491492
max-big: 6
492493
f:
493494
enabled: true
@@ -498,6 +499,17 @@ checks:
498499
- 'lpx kick %player% &cYou are sending too many packets. :$'
499500
options:
500501
max: 8
502+
g:
503+
enabled: true
504+
punish: true
505+
max-vl: 3
506+
min-vl: 2
507+
punish-commands:
508+
- 'lpx kick %player% &cYou are sending too many packets. :&'
509+
options:
510+
max: 70
511+
interval: 500
512+
cancel: true
501513
position:
502514
a:
503515
enabled: true
@@ -512,7 +524,7 @@ checks:
512524
max-vl: 6
513525
min-vl: 1
514526
buffer:
515-
max: 2
527+
max: 5
516528
multiply: 0.5
517529
decay: 0.05
518530
punish-commands:
@@ -529,7 +541,7 @@ checks:
529541
punish-commands:
530542
- 'lpx kick %player% &cYou are sending suspicious packets.'
531543
options:
532-
max: 30000
544+
max: 300000
533545
d:
534546
enabled: true
535547
punish: true
@@ -538,7 +550,7 @@ checks:
538550
punish-commands:
539551
- 'lpx kick %player% &cYou are sending suspicious packets.'
540552
options:
541-
max: 100000
553+
max: 1000000
542554
payload:
543555
a:
544556
enabled: true

resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ main: space.commandf1.cracker.lpx.LPXCrackerPlugin
33
authors:
44
- Ytnoos
55
- commandf1
6-
version: 3.7.2
6+
version: 3.7.3
77
api-version: 1.13
88
description: Blazingly stable anti exploit 1.8-1.21 but cracked
99
softdepend:

screenshots/show.png

-338 Bytes
Loading

src/space/commandf1/cracker/lpx/LPXCrackerPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
import org.bukkit.command.PluginCommand;
55
import space.commandf1.cracker.lpx.util.ClassUtil;
66
import space.commandf1.cracker.lpx.util.Metrics;
7-
import it.ytnoos.lpx.q1;
7+
import it.ytnoos.lpx.GE;
88

99
/**
1010
* @author commandf1
1111
*/
12-
public class LPXCrackerPlugin extends q1 {
12+
public class LPXCrackerPlugin extends GE {
1313
private static LPXCrackerPlugin instance;
1414

1515
public LPXCrackerPlugin() {

0 commit comments

Comments
 (0)