From 40492698db08104558591b7b25d50481af209742 Mon Sep 17 00:00:00 2001 From: LootingVI Date: Mon, 14 Oct 2024 01:51:00 +0200 Subject: [PATCH 1/2] Update maven.yml --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 06b6aa0..7bc063e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,11 +21,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: - java-version: '17' - distribution: 'temurin' + java-version: '21' + distribution: 'corretto' cache: maven - name: Build with Maven run: mvn -B package --file pom.xml From 346f576a4eb3cff040bf18c680bdc95d8ec6e5ae Mon Sep 17 00:00:00 2001 From: LootingVI Date: Mon, 14 Oct 2024 02:07:30 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 15c2b22..6bbd9fb 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ Join our discord [EZ-Development](https://discord.gg/aFKtmjAVxT ":)") ```/bankhelp``` to see a list of commands ingame (requires Vault and Economy Plugin) + +Some stuff: +Some utils classes are from: https://github.com/HttpMarco/osgan +Sign gui are from: https://github.com/Rapha149/SignGUI