Skip to content

Commit

Permalink
More detection data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Aug 10, 2024
1 parent 8d29eb7 commit 69e94c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 69e94c8

Please sign in to comment.