Fixed some errors with the System prompt

Chaged java version to make this more compadible
This commit is contained in:
2026-07-20 18:03:31 +02:00
parent 4cd4367a19
commit 330d7df389
4 changed files with 40 additions and 29 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ plugins {
id 'java-library'
}
version = '1.9.0'
version = '1.9.5'
dependencies {
implementation project(":Plugin-API")