File tree Expand file tree Collapse file tree
Essentials/src/main/java/com/earth2me/essentials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public class Commandessentials extends EssentialsCommand {
8181 "bPermissions" , // permissions (unsupported)
8282 "DiscordSRV" , // potential for issues if EssentialsXDiscord is installed
8383
84- // Brain-dead chat signing bypass that break EssentialsChat
84+ // Chat signing bypass plugins that can potentially break EssentialsChat
8585 "AntiPopup" ,
8686 "NoChatReports" ,
8787 "NoEncryption"
@@ -101,7 +101,6 @@ public class Commandessentials extends EssentialsCommand {
101101 "bPermissions" ,
102102
103103 // Brain-dead chat signing bypass that break EssentialsChat
104- "AntiPopup" ,
105104 "NoChatReports" ,
106105 "NoEncryption"
107106 );
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ public final class VersionUtil {
6262 builder .put ("net.kibblelands.server.FastMath" , SupportStatus .DANGEROUS_FORK );
6363
6464 // Brain-dead chat signing bypass that break EssentialsChat
65- builder .put ("screw.microsoft.antipopup.AntiPopup" , SupportStatus .STUPID_PLUGIN );
6665 builder .put ("ml.tcoded.nochatreports.NoChatReportsSpigot" , SupportStatus .STUPID_PLUGIN );
6766 builder .put ("me.doclic.noencryption.NoEncryption" , SupportStatus .STUPID_PLUGIN );
6867
You can’t perform that action at this time.
0 commit comments