mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-27 01:40:48 +08: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)
|
||||
"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",
|
||||
"NoChatReports",
|
||||
"NoEncryption"
|
||||
@ -101,7 +101,6 @@ public class Commandessentials extends EssentialsCommand {
|
||||
"bPermissions",
|
||||
|
||||
// Brain-dead chat signing bypass that break EssentialsChat
|
||||
"AntiPopup",
|
||||
"NoChatReports",
|
||||
"NoEncryption"
|
||||
);
|
||||
|
@ -62,7 +62,6 @@ public final class VersionUtil {
|
||||
builder.put("net.kibblelands.server.FastMath", SupportStatus.DANGEROUS_FORK);
|
||||
|
||||
// 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("me.doclic.noencryption.NoEncryption", SupportStatus.STUPID_PLUGIN);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user