mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-05 07:57:59 +01:00
Fix erroneous addition to VersionUtil class check (#5037)
This commit is contained in:
parent
728c746200
commit
422f25af8b
@ -81,7 +81,7 @@ public class Commandessentials extends EssentialsCommand {
|
|||||||
"bPermissions", // permissions (unsupported)
|
"bPermissions", // permissions (unsupported)
|
||||||
"DiscordSRV", // potential for issues if EssentialsXDiscord is installed
|
"DiscordSRV", // potential for issues if EssentialsXDiscord is installed
|
||||||
|
|
||||||
// Brain-dead chat signing bypass that break EssentialsChat
|
// Chat signing bypass plugins that can potentially break EssentialsChat
|
||||||
"AntiPopup",
|
"AntiPopup",
|
||||||
"NoChatReports",
|
"NoChatReports",
|
||||||
"NoEncryption"
|
"NoEncryption"
|
||||||
@ -101,7 +101,6 @@ public class Commandessentials extends EssentialsCommand {
|
|||||||
"bPermissions",
|
"bPermissions",
|
||||||
|
|
||||||
// Brain-dead chat signing bypass that break EssentialsChat
|
// Brain-dead chat signing bypass that break EssentialsChat
|
||||||
"AntiPopup",
|
|
||||||
"NoChatReports",
|
"NoChatReports",
|
||||||
"NoEncryption"
|
"NoEncryption"
|
||||||
);
|
);
|
||||||
|
@ -62,7 +62,6 @@ public final class VersionUtil {
|
|||||||
builder.put("net.kibblelands.server.FastMath", SupportStatus.DANGEROUS_FORK);
|
builder.put("net.kibblelands.server.FastMath", SupportStatus.DANGEROUS_FORK);
|
||||||
|
|
||||||
// Brain-dead chat signing bypass that break EssentialsChat
|
// Brain-dead chat signing bypass that break EssentialsChat
|
||||||
builder.put("screw.microsoft.antipopup.AntiPopup", SupportStatus.STUPID_PLUGIN);
|
|
||||||
builder.put("ml.tcoded.nochatreports.NoChatReportsSpigot", SupportStatus.STUPID_PLUGIN);
|
builder.put("ml.tcoded.nochatreports.NoChatReportsSpigot", SupportStatus.STUPID_PLUGIN);
|
||||||
builder.put("me.doclic.noencryption.NoEncryption", SupportStatus.STUPID_PLUGIN);
|
builder.put("me.doclic.noencryption.NoEncryption", SupportStatus.STUPID_PLUGIN);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user