diff --git a/.vscode/settings.json b/.vscode/settings.json index 0105000..7e279e7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -32,5 +32,7 @@ "lib/googleAPIclient/protobuf-java-3.21.2.jar", "lib/googleAPIclient/xpp3-1.1.4c.jar", "lib/spigotLib/spigot-api-1.20.4-R0.1-SNAPSHOT.jar" - ] + ], + "java.compile.nullAnalysis.mode": "automatic", + "java.configuration.updateBuildConfiguration": "automatic" } \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d1a1f06 --- /dev/null +++ b/pom.xml @@ -0,0 +1,53 @@ + + + 4.0.0 + + com.example + minecraft-chatbot + 1.0 + + + + 21 + 21 + + + + + + org.spigotmc + spigot-api + 1.20.4-R0.1-SNAPSHOT + provided + + + + + com.google.api-client + google-api-client + 1.32.1 + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 21 + 21 + + --enable-preview + + + + + + + diff --git a/src/MCbot.class b/src/main/MCbot.class similarity index 100% rename from src/MCbot.class rename to src/main/MCbot.class diff --git a/src/MCbot.jar b/src/main/java/MCbot.jar similarity index 100% rename from src/MCbot.jar rename to src/main/java/MCbot.jar diff --git a/src/MCbot.java b/src/main/java/MCbot.java similarity index 100% rename from src/MCbot.java rename to src/main/java/MCbot.java diff --git a/src/MCchatbotyt.java b/src/main/java/MCchatbotyt.java similarity index 100% rename from src/MCchatbotyt.java rename to src/main/java/MCchatbotyt.java diff --git a/src/main/resources/client_secret_788006318148-mkmrd4c8fcrve7atovf34v6t72m9h4dj.apps.googleusercontent.com.json b/src/main/resources/client_secret_788006318148-mkmrd4c8fcrve7atovf34v6t72m9h4dj.apps.googleusercontent.com.json deleted file mode 100644 index 8375e17..0000000 --- a/src/main/resources/client_secret_788006318148-mkmrd4c8fcrve7atovf34v6t72m9h4dj.apps.googleusercontent.com.json +++ /dev/null @@ -1 +0,0 @@ -{"web":{"client_id":"788006318148-mkmrd4c8fcrve7atovf34v6t72m9h4dj.apps.googleusercontent.com","project_id":"flash-bloom-419102","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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"}} \ No newline at end of file diff --git a/target/classes/MCbot.jar b/target/classes/MCbot.jar new file mode 100644 index 0000000..df2a6c2 Binary files /dev/null and b/target/classes/MCbot.jar differ diff --git a/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 0000000..8b89c97 --- /dev/null +++ b/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000..a414a4f --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=spigot-api +groupId=it.revarmygaming.ragcore +version=2.1 diff --git a/target/spigot-api-2.1-sources.jar b/target/spigot-api-2.1-sources.jar new file mode 100644 index 0000000..98950d2 Binary files /dev/null and b/target/spigot-api-2.1-sources.jar differ diff --git a/target/spigot-api-2.1.jar b/target/spigot-api-2.1.jar new file mode 100644 index 0000000..4bb0ecd Binary files /dev/null and b/target/spigot-api-2.1.jar differ