From 69e94c80466be0fe994d90bf6a90bfddc2510c24 Mon Sep 17 00:00:00 2001 From: Jo0001 <47455182+Jo0001@users.noreply.github.com> Date: Sat, 10 Aug 2024 16:46:15 +0200 Subject: [PATCH] More detection data --- src/analyze.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/analyze.js b/src/analyze.js index 2dc2080..de57037 100644 --- a/src/analyze.js +++ b/src/analyze.js @@ -84,6 +84,7 @@ export async function analyze(data) { }, interactivechat: {message: "Update or remove the InteractiveChat plugin", type: types.other_plugin}, modelengine_warn: {message: "ModelEngine does not work properly with ViaVersion", type: types.other_plugin}, + mythic_warn: {message: "MythicLib (MMOLib) does not work properly with ViaVersion", type: types.other_plugin}, dump_reupload: {message: "Do not reupload the dump", type: types.other}, tab_update: {message: "Update Tab", type: types.other_plugin}, bad_packetevents: { @@ -187,6 +188,9 @@ export async function analyze(data) { }, { string: "com.ticxo.modelengine.", solution: "modelengine_warn" + }, { + string: "io.lumine.mythic.lib", + solution: "mythic_warn" }, { string: "at org.magmaf", solution: "unsupported_platform_magma"