Skip to content

Commit 93db61a

Browse files
committed
Bump to 3.7.6
1 parent 9d1388c commit 93db61a

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

libs/LPX.jar

83.2 KB
Binary file not shown.

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.4
6+
version: 3.7.6
77
api-version: 1.13
88
description: Blazingly stable anti exploit 1.8-1.21 but cracked
99
softdepend:

screenshots/show.png

-15.1 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package space.commandf1.cracker.lpx;
22

3-
import it.ytnoos.lpx.Y;
3+
import it.ytnoos.lpx.O;
44
import org.bukkit.command.CommandExecutor;
55
import org.bukkit.command.PluginCommand;
66
import space.commandf1.cracker.lpx.util.ClassUtil;
@@ -9,7 +9,7 @@
99
/**
1010
* @author commandf1
1111
*/
12-
public class LPXCrackerPlugin extends Y {
12+
public class LPXCrackerPlugin extends O {
1313
private static LPXCrackerPlugin instance;
1414

1515
public LPXCrackerPlugin() {
@@ -44,7 +44,7 @@ public void onEnable() {
4444
lpxCommand.setExecutor((commandSender, command, s, strings) -> {
4545
if (strings.length == 0) {
4646
commandSender.sendMessage("This server is running a NULLED version of LPX v" + version);
47-
commandSender.sendMessage("Cracked By commandf1 (QQ: 985248257 | Discord: commandf1)");
47+
commandSender.sendMessage("Cracked By commandf1 (Discord: commandf1#4399)");
4848
commandSender.sendMessage("Download LPX cracked: https://github.com/commandf1/LPXCracker.git");
4949
}
5050

src/space/commandf1/cracker/lpx/util/Metrics.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ public Metrics(Plugin plugin, int serviceId) {
7575
config
7676
.options()
7777
.header(
78-
"bStats (https://bStats.org) collects some basic information for plugin authors, like how\n"
79-
+ "many people use their plugin and their total player count. It's recommended to keep bStats\n"
80-
+ "enabled, but if you're not comfortable with this, you can turn this setting off. There is no\n"
81-
+ "performance penalty associated with having metrics enabled, and data sent to bStats is fully\n"
82-
+ "anonymous.")
78+
"""
79+
bStats (https://bStats.org) collects some basic information for plugin authors, like how
80+
many people use their plugin and their total player count. It's recommended to keep bStats
81+
enabled, but if you're not comfortable with this, you can turn this setting off. There is no
82+
performance penalty associated with having metrics enabled, and data sent to bStats is fully
83+
anonymous.""")
8384
.copyDefaults(true);
8485
try {
8586
config.save(configFile);
@@ -95,7 +96,7 @@ public Metrics(Plugin plugin, int serviceId) {
9596
try {
9697
Class.forName("io.papermc.paper.threadedregions.RegionizedServer");
9798
isFolia = true;
98-
} catch (Exception e) {
99+
} catch (Exception ignored) {
99100
}
100101
metricsBase =
101102
new // See https://github.com/Bastian/bstats-metrics/pull/126

0 commit comments

Comments
 (0)