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 9, 2024
1 parent 85b844d commit 8d29eb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ export async function analyze(data) {
message: "You need at least java 17 or special java 8 ViaVersion builds (not recommend)",
type: types.viaversion
},
via_bungee_waterfall: {
message: "For Bungee/Waterfall you either need ViaBungee or move Via to all backend servers or just use Velocity",
type: types.viaversion
},
placeholder: {message: "placeholder", type: types.other}
};
let errors = [{
Expand Down Expand Up @@ -198,6 +202,10 @@ export async function analyze(data) {
}, {
string: "com/viaversion/viaversion/ViaVersionPlugin has been compiled by a more recent version of the Java Runtime",
solution: "old_java"
}, {
string: "Error loading plugin ViaVersion\n" +
"java.lang.NoClassDefFoundError: org/bukkit/plugin/java/JavaPlugin",
solution: "via_bungee_waterfall"
}];


Expand Down

0 comments on commit 8d29eb7

Please sign in to comment.