File tree 1 file changed +2
-2
lines changed
ScriptableMC-Engine-Core/src/main/kotlin/com/pixlfox/scriptablemc
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ class ScriptEngineGlobalCommands(private val basePlugin: ScriptEngineMain) : Bas
30
30
sender.sendMessage(" ${ChatColor .GREEN } GraalJS Version: ${scriptEngine?.eval(" Graal.versionJS" )} " )
31
31
}
32
32
else {
33
- sender.sendMessage(" - ${ChatColor .GREEN } GraalJS Engine Version: v20.0 .0" )
33
+ sender.sendMessage(" - ${ChatColor .GREEN } GraalJS Engine Version: v20.1 .0" )
34
34
}
35
35
sender.sendMessage(" -----------------------------------------------------" )
36
36
}
37
37
else if (scriptEngineMain.scriptLanguage == " python" ) {
38
38
sender.sendMessage(" - ${ChatColor .DARK_BLUE } ScriptableMC Python Engine: ${scriptEngineMain.pluginVersion} " )
39
- sender.sendMessage(" - ${ChatColor .BLUE } GraalPython Version: v20.0 .0" )
39
+ sender.sendMessage(" - ${ChatColor .BLUE } GraalPython Version: v20.1 .0" )
40
40
sender.sendMessage(" -----------------------------------------------------" )
41
41
42
42
}
You can’t perform that action at this time.
0 commit comments